i have a table called tblPeople in my database that keeps track of people.
I use a autonumber field for a primary key..
I have a 2nd table called tblattendance with 2 fields.
I was using PersonID(autonumber from tblPeople), Date as primary key in this table.
I dont know if this is possible right now the way i have the tables designed.
I can easily create a query to find out what people were present on a certain date, but the opposite is giving me trouble. The query i want to do is selecting all the people in tblPeople that were not present on a particular date. Any help will be appreciated.
Thanks,
Netooi
I use a autonumber field for a primary key..
I have a 2nd table called tblattendance with 2 fields.
I was using PersonID(autonumber from tblPeople), Date as primary key in this table.
I dont know if this is possible right now the way i have the tables designed.
I can easily create a query to find out what people were present on a certain date, but the opposite is giving me trouble. The query i want to do is selecting all the people in tblPeople that were not present on a particular date. Any help will be appreciated.
Thanks,
Netooi