Hello, I have two tables one called assignments and one called complete.
The fields in Assignment are
id
asdate
park
survey
assigned
loaddate
The fields in complete are
id
codate
park
survey
completed
loaddate
The purpose of the report is to find out what someone was assigned versus what they completed by survey for a particular day. They are related by id, asdate and codate, park and survey (each person is assigned more then one type of survey each day). The problem I am having is that when someone was assigned something but they did not complete any, they are not showing up in my report has having missed anything since there is no corresponding record for complete. The problem also exists in reverse if someone did something extra that they were not assigned that is not showing also. The way I calculate percent of work completed is complete/assigned in a percentage format. My reports run fine for someone who has corresponding assignments and completes but the total slackers are getting a free pass if they do nothing. It has been driving me crazy. I have tried the unmatched query wizard and it is not giving me what I need. What is the best way to solve this? Thanks!
The fields in Assignment are
id
asdate
park
survey
assigned
loaddate
The fields in complete are
id
codate
park
survey
completed
loaddate
The purpose of the report is to find out what someone was assigned versus what they completed by survey for a particular day. They are related by id, asdate and codate, park and survey (each person is assigned more then one type of survey each day). The problem I am having is that when someone was assigned something but they did not complete any, they are not showing up in my report has having missed anything since there is no corresponding record for complete. The problem also exists in reverse if someone did something extra that they were not assigned that is not showing also. The way I calculate percent of work completed is complete/assigned in a percentage format. My reports run fine for someone who has corresponding assignments and completes but the total slackers are getting a free pass if they do nothing. It has been driving me crazy. I have tried the unmatched query wizard and it is not giving me what I need. What is the best way to solve this? Thanks!