driver7408
Registered User.
- Local time
- Yesterday, 18:41
- Joined
- Feb 7, 2010
- Messages
- 72
I'm still rather new to this. I am working on a database to track reading files. There are many names, and many reading files read by many, thus a many to many relationship. I have 3 tables: [Names], [FileRead], and [ReadingFile]. [Names] is a many to one with [FileRead] and [ReadingFile] is on a many to one with [FileRead]. I can query my tables and find the [ReadingFile] that [Names] already has been filed as read, but I cant seem to get the right query to show the [ReadingFile](s) that [Names] has not yet read. I need this info to show on the [Names2] form when the reader looks up his reading file info, so he can be directed to the unread reading file. Not sure if its my table structure, or an SQL statement I need to use. Still pretty new at this. Any help will be greatly appreciated. File is attached.