I need to use two queries to tie into one report... they come from different tables with subtotals and I need to combine the two but there doesn't seem to be a way via relationships.
I have a payroll table that has department worked by ID # with gross wages & hours worked.
I have a production table that has id # departments worked...
problem lies in I can't combine the two queries generated to give me the following:
ID # wages hours dept revenue (grouping by dept.)
because there is no wages associated for that dept. and vise versa..
So how do I tie two queries to one report via design view?
I have a payroll table that has department worked by ID # with gross wages & hours worked.
I have a production table that has id # departments worked...
problem lies in I can't combine the two queries generated to give me the following:
ID # wages hours dept revenue (grouping by dept.)
because there is no wages associated for that dept. and vise versa..
So how do I tie two queries to one report via design view?