I have a "Courses" table and a "Classes" (every occurence of a course)table. I want to display a few fields from the "Courses" Table on the "Classes" Form. I don't want a subform because that would show one course and then every occurence of that course on that screen. What I need is for each record (each occurrence of a class in the class form) to show individually and to give me a combo box that lets me choose what course it was that ocurred on that day.
Example: If my Classes form shows:
Date: 5/14/2006
Instructor: Bo Diddly
Then, there should be a box somewhere that lets me choose what course it was (such as: Making Widgets 101, Excel Intro, Communication Skills, etc.). This box would then store the data somewhere (I guess the table, not store for later use?) so that I can run a report on every Widgets 101 class in the month of May.
Make sense? Any help you can offer is much appreciated.
Example: If my Classes form shows:
Date: 5/14/2006
Instructor: Bo Diddly
Then, there should be a box somewhere that lets me choose what course it was (such as: Making Widgets 101, Excel Intro, Communication Skills, etc.). This box would then store the data somewhere (I guess the table, not store for later use?) so that I can run a report on every Widgets 101 class in the month of May.
Make sense? Any help you can offer is much appreciated.