J
John Menken
I have two tables that you see below. The first table called
CompletesAndNonCompletes holds information on who completed a course
in the company. If the field called CompletionDate is not null then
that means that the person completed the course. (in other words if
there is a date in this field then that means that the person
completed the course.)
The second table entitled CoachingSession is a table on everyone that
took a follow up coaching session after they completed the course.
Username from the first table and ID4LIFE from the second table are
the related fields. A person that completed the course may have more
than one coaching session. I am trying [unsuccessfully] to create a
query that simply gives me a list of everyone that has completed the
course but has not yet had a coaching session. I am using Access 2007.
If anyone could help me with this I would be extremely appreciative.
Thank you
Table: CompletesAndNonCompletes
ID
Firstname
LastName
Username
CourseName
CompletionStatus
CompletionDate
Table: CoachingSession
CoachingRecordID
FirstName
LastName
ID4LIFE
NameOfCoach
DateOfCoachingSession
NotesFromCoachingSession
DateofNextCoachingSession
CommentsFromParticipant
CommentsFromCoach
FormPic
CompletesAndNonCompletes holds information on who completed a course
in the company. If the field called CompletionDate is not null then
that means that the person completed the course. (in other words if
there is a date in this field then that means that the person
completed the course.)
The second table entitled CoachingSession is a table on everyone that
took a follow up coaching session after they completed the course.
Username from the first table and ID4LIFE from the second table are
the related fields. A person that completed the course may have more
than one coaching session. I am trying [unsuccessfully] to create a
query that simply gives me a list of everyone that has completed the
course but has not yet had a coaching session. I am using Access 2007.
If anyone could help me with this I would be extremely appreciative.
Thank you
Table: CompletesAndNonCompletes
ID
Firstname
LastName
Username
CourseName
CompletionStatus
CompletionDate
Table: CoachingSession
CoachingRecordID
FirstName
LastName
ID4LIFE
NameOfCoach
DateOfCoachingSession
NotesFromCoachingSession
DateofNextCoachingSession
CommentsFromParticipant
CommentsFromCoach
FormPic