B
Bob Quintal
Good design says you should have a table somewhere with eachI have developed a database that among other things is used to
track attendance information for agents working on a helpdesk
project. I have written queries that pull monthly totals, and
a rolling 12 month total. My problem is that if an agent does
not have an attendance record for any given month, they do not
show up on the report. (i.e. someone starting this month, July
2007 would not show up on the rolling 12 report unless they
have records for each of the past 12 months) I have a work
around in place, adding a 'place holder' record for each of
the previous month. This problem also occurs when we begin a
new month, agents do not show up on the report until they have
a record for that month which may be 2-3 days if the month
begins on days they are scheduled off. Any help that anyone
can provide would be greatly appreciated
employee data, 1 record per employee.
Add the field to your existing summary queries, left joined to
the existing data ones so that the employee Id will appear, even
if there are no records in the summary query.