Guest_imported
New member
- Jan 1, 1970
- 0
If this is a repeat of a previous post please forgive me
I have 3 tables # denotes KEY
TBL_Names
Lastname firstname StuID# etc…
TBL_Topic
TopicID# topic subject etc…
TBL_Covered
Recid# StuID TopicID
I have a form who's source is set to the TBL_Topic.
In one list box I am easily able to show who has covered which topic by doing a query on TBL_covered.
In the other list box I want to show who has not covered the topic.
I need assistance with the SQL that will show me who has not covered the topic. I have tried various joins with out result.
Any assistance would be appreciated
I have 3 tables # denotes KEY
TBL_Names
Lastname firstname StuID# etc…
TBL_Topic
TopicID# topic subject etc…
TBL_Covered
Recid# StuID TopicID
I have a form who's source is set to the TBL_Topic.
In one list box I am easily able to show who has covered which topic by doing a query on TBL_covered.
In the other list box I want to show who has not covered the topic.
I need assistance with the SQL that will show me who has not covered the topic. I have tried various joins with out result.
Any assistance would be appreciated