Hi Everyone,
I am a new user. I have a form linked to a query, that allows me to enter a teachers name from a combo box, and then I have a button that runs an embedded macro to run the query.
The data I am trying to selct is contained in three linked tables. The first has the instructor information that includes the courses the teach. The second is a student enrollment table (the two are linked by a course number) and the third has the students contact info including name which is linked to the enrollment table by student number.
The criteria I am using is [Forms]![TeachersEnrollmentQuery]![InstructorName].
I am just not getting any records in my query.
Any help is greatly appreciated.
Thanks and take care,
Daryl