B
buddyr via AccessMonster.com
Hello,
will try to explain.
i have 4 employees.
jim, jack, joe, and john.
every week a report is created that needs to have one record from each of
them.
But they are not responsible and may forget to submit data.
first week
Table1
name endDate
Jim 2/6/10
Joe 2/6/10
John 2/6/10
* Jack forgot to turn in his report*
Is there anyway to find this out with a query? sql statement?
you may say -you can see easy with 4 records - who is missing-
but with 50 names and if it was 49 entries it will take longer to find name
not there.
I am able to count the records and display on report -
but I am being asked to provide names of people not on report
Does anybody know if this can be done in a query?
also any helpfull advice to solve this will be helpfull - using my example to
go from
thank you
will try to explain.
i have 4 employees.
jim, jack, joe, and john.
every week a report is created that needs to have one record from each of
them.
But they are not responsible and may forget to submit data.
first week
Table1
name endDate
Jim 2/6/10
Joe 2/6/10
John 2/6/10
* Jack forgot to turn in his report*
Is there anyway to find this out with a query? sql statement?
you may say -you can see easy with 4 records - who is missing-
but with 50 names and if it was 49 entries it will take longer to find name
not there.
I am able to count the records and display on report -
but I am being asked to provide names of people not on report
Does anybody know if this can be done in a query?
also any helpfull advice to solve this will be helpfull - using my example to
go from
thank you