M
Malc
I have a database which holds timesheet data for a group
of people working on several projects.
There is a Projects table (code, name, etc.), a User table
(id, name, etc.) and a Timesheet table which references
the user id, the project code and the days spent on a
project by a user for a particular week, using Saturday's
date as week ending.
What I would like to do is to query the timesheet to find
if any records are missing, i.e. details were not entered
for a user for a particular week, and print out that users
details for rectification.
I hope this makes sense and thanks in advance.
Malc
of people working on several projects.
There is a Projects table (code, name, etc.), a User table
(id, name, etc.) and a Timesheet table which references
the user id, the project code and the days spent on a
project by a user for a particular week, using Saturday's
date as week ending.
What I would like to do is to query the timesheet to find
if any records are missing, i.e. details were not entered
for a user for a particular week, and print out that users
details for rectification.
I hope this makes sense and thanks in advance.
Malc