EliteDesk@aol.com
Registered User.
- Local time
- Today, 23:21
- Joined
- Sep 11, 2000
- Messages
- 45
Count Zero
I have an schedule database using Access 2000...
I have tblPeople with pkPeopleID,fldFName, fldLName,...
and tblAppointments with fkPeopleId, fldDate, fldTime,...
I created a query that counts the number of appointments per person for a paticular day. It works fine BUT It does not show the people with zero appointments. I NEED to be able to show the user who has zero appointments. HELP, before I go bald pulling my hair out! I hope I provided enough info and that it makes since. Thank you for your time in advance. Cathi
I tried join properties using include all records from tlbPeople and only... from tblAppointments, but it did not work.
I have an schedule database using Access 2000...
I have tblPeople with pkPeopleID,fldFName, fldLName,...
and tblAppointments with fkPeopleId, fldDate, fldTime,...
I created a query that counts the number of appointments per person for a paticular day. It works fine BUT It does not show the people with zero appointments. I NEED to be able to show the user who has zero appointments. HELP, before I go bald pulling my hair out! I hope I provided enough info and that it makes since. Thank you for your time in advance. Cathi

I tried join properties using include all records from tlbPeople and only... from tblAppointments, but it did not work.

Last edited: