i have a report that uses 5 tables
table 1 - employee
table 2 - active dm labor
table 3 - active ad labor
table 4 - history dm labor
table 5 - history ad labor
I have the main report as the employee and set up 4 subreports to get the labor information from each of the other tables. I have setup a date parameter for a week. What I am getting is
employee subreport 1 - all dates within the parameter
subreport 2 - all dates within the parameter
subreport 3 - all dates within the parameter
subreport 4 - all dates within the parameter
what I want is
employee date 1 - subreport 1
subreport 2
subreport 3
subreport 4
date 2 - subreport 1
and so on.
A person may only have labor records from 1 labor file but on the other hand they could have records in all.
Does anyone have any ideas how I can accomplish this?
Thanks