T
Tami
I have a query that lists just a job# and a date pulling from a table in
which I put every day that an employee works on that job (Labor Expense
table). Some days there are more than one employee working on the same job,
and some days no one is working on that job.
I want to get a total number of days that the job was worked on. I can't
just take the last date worked minus the first day because it includes days
not worked. And I can't take the number of records because it includes more
than one employee.
How would I create the query to just give me a count of different dates?
Thanks in advance for your help.
which I put every day that an employee works on that job (Labor Expense
table). Some days there are more than one employee working on the same job,
and some days no one is working on that job.
I want to get a total number of days that the job was worked on. I can't
just take the last date worked minus the first day because it includes days
not worked. And I can't take the number of records because it includes more
than one employee.
How would I create the query to just give me a count of different dates?
Thanks in advance for your help.