What I have:
2 queries:
Q1;
Jobs
Via Truck (total cost)
Year
Month
Q2;
Jobs
via Employee (total cost)
Year
Month
Both queries *should* overlap so that the hours spent in a truck and by an employee on a job would be equal. *BUT* I want to ensure that if the values do not overlap exactly that the values are present.
Currently I have my query reporting the values that overlap (IE if Job1 is input for both employee and truck it appears) and can calculate a total per job (total cost employee + total cost truck)
But I am only inputting test values for employees at the moment so unless i input a job for each employee for each job (which ideally will happen anyways) I do not see the jobs only done by trucks. Is there any way to store the values for jobs done by truck that do not match to jobs done by employee so that I can see their cost as well?
IF this doesn't make sense I can attempt to rephrase.
Thanks in advance.
ConfusedA
2 queries:
Q1;
Jobs
Via Truck (total cost)
Year
Month
Q2;
Jobs
via Employee (total cost)
Year
Month
Both queries *should* overlap so that the hours spent in a truck and by an employee on a job would be equal. *BUT* I want to ensure that if the values do not overlap exactly that the values are present.
Currently I have my query reporting the values that overlap (IE if Job1 is input for both employee and truck it appears) and can calculate a total per job (total cost employee + total cost truck)
But I am only inputting test values for employees at the moment so unless i input a job for each employee for each job (which ideally will happen anyways) I do not see the jobs only done by trucks. Is there any way to store the values for jobs done by truck that do not match to jobs done by employee so that I can see their cost as well?
IF this doesn't make sense I can attempt to rephrase.
Thanks in advance.
ConfusedA