Viewing 3 posts - 1 through 3 (of 3 total)
Thanks Lowell
August 9, 2010 at 1:11 pm
#1204352
Hi Lowell,
To be more specific, I'd like to retrieve all of the people not in a course.
So where this retrieves all of the people in Course 3:
SELECT CourseName
,FirstName
,LastName
,Location
,DateTaken
,DateExpired
FROM dbo.TB__EmpCourse...
August 9, 2010 at 11:36 am
#1204307
Thanks for the tip, realized i had a messup in the last query I posted. Hope this one is useful.
August 9, 2010 at 11:18 am
#1204303