Finding missing classes, pt II (1 Viewer)

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
First I want to thank everyone who sent me a response to my original problem. Unfortunately I still have not been able to get the results that I need. So for those new individuals who may have missed my original thread I will try again:

I have 1 table (Student Records) that looks like this:

Last Name, First Name, Class Title, Completion Date

And I have a 2nd Table (Course List) that looks like this:

Class ID, Class Title, Frequency

What I am looking for is a query to tell me which of the classes in the table Course List are not in Student Records Table. Basically I needto know which students haven't completed a course.

Any help will be appreciated. Thanks
 

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
I should also mention that I have a third Table listing all of the students names.
 

KeithG

AWF VIP
Local time
Yesterday, 17:45
Joined
Mar 23, 2006
Messages
2,592
can you post your db?
 

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
Thanks KeithG.
 

Attachments

  • ancillary1.ZIP
    334.5 KB · Views: 89

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
thanks for the help
 

Attachments

  • ancillary1.ZIP
    334.5 KB · Views: 88

KeithG

AWF VIP
Local time
Yesterday, 17:45
Joined
Mar 23, 2006
Messages
2,592
Do you need to know which classes each student has not taken or which classes have not been taken by any student?
 

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
Both would be nice but what I originally wanted was to have a list of those people who have not taken the course.
 

KeithG

AWF VIP
Local time
Yesterday, 17:45
Joined
Mar 23, 2006
Messages
2,592
Look at qryNotTaken is this what you wanted?
 

Attachments

  • H.ZIP
    339.3 KB · Views: 92

NDBadger

Registered User.
Local time
Yesterday, 19:45
Joined
Jul 7, 2006
Messages
27
Thanks. It looks like what I am needing, however when I ran the query looking for the class "TIP" it came back with 103 records found when in fact it should have been more like 70-80 records. Not sure why that is. Also Is there a way to use a combo box to select which class I want so I don't misspell and get back flase info?

I really do appreciate your help.
 

KeithG

AWF VIP
Local time
Yesterday, 17:45
Joined
Mar 23, 2006
Messages
2,592
I made some changes to your table design. You didn't have your tables normalized so I made a few changes. I would probably take the 2-yr , Annual , and One time field and put them in the course table. Unless some people have to take a class once and others every year. You will alse notice a form called frm example.
 

Attachments

  • H.ZIP
    360.7 KB · Views: 94

Users who are viewing this thread

Top Bottom