workingpoor
Registered User.
- Local time
- Yesterday, 19:35
- Joined
- Jul 19, 2006
- Messages
- 21
I am trying to build a report that will list all the classes that each student is taking. I also want this report to show if a student is not taking any classesby printing only their name and ID. I basically have 2 tables. One with student data and one with classes. It is a one to many relantionship. However, when i build the query it automatically omits the students that have nothing in the class table. How can i get around this or is there a better way to do it.