R
rbuick
Here's what I want to do.
I have table 1 with staff member's firstname, lastname, and id#.
I have table 2 with staff member's entry#, entrydate, and id#.
Relationship between table 1 and table 2 through id# w/ referrential
integrity.
I want to put a query together that I would input a date and retrieve a list
of staff member's who do not have an entry on that date. Basically, I want
to find out who didn't show up to the meeting on that date.
Does anyone have a solution for this?
Robin
I have table 1 with staff member's firstname, lastname, and id#.
I have table 2 with staff member's entry#, entrydate, and id#.
Relationship between table 1 and table 2 through id# w/ referrential
integrity.
I want to put a query together that I would input a date and retrieve a list
of staff member's who do not have an entry on that date. Basically, I want
to find out who didn't show up to the meeting on that date.
Does anyone have a solution for this?
Robin