This is a problem I have asked about before but I think I wasn't approaching it correctly.
Now in access I have a table relating to information on a typical "timesheet". The only concern I have is the "weekending" date field.
Every week we should get information from the engineers to be put into this table. The corresponding date is also stored.
I want a want to see who has not submitted their timesheet.
every member of staff should submit one.
That's the problem......
my idea.. which im having trouble implementing. Would be a combo box where the user can select a date and the query would find all names that do not have a timesheet with this date.
Any help appreciated.