Look-up Query?

ozzy68

Registered User.
Local time
Yesterday, 19:24
Joined
Dec 19, 2011
Messages
28
Hello all,
I am attempting to create query results based on fields with multiple values, and populate a report based on the result of the query. The report is a class roster and the fields in question are "CourseID" and "StartDate". The goal is to pull all data from "trainingSchedule" table that corresponds to a particular "CourseID" on a particular "StartDate"... Is this possible?
 
Thanks for the reply. That layout is really simple, it is a single table that lists the course ID, course title, and student/s that are scheduled. There are a number of other related fields as well. I have created a query based on the table, the query works to pull the data that I want, but it is pulling the data for every course ID. I would like to have the ability to choose from the course ID's available on the table from within the query, which should yield results related to that particular course ID only.
 

Users who are viewing this thread

Back
Top Bottom