R
Rob
I'm sure I understand what you are after, but how does
this sound:
Create a new query to subtotal the number of hours per
employee.
Add this query as a data source into your existing query,
linking by employee.
Include the "total number of hours per employee" field in
your query output.
In the report's detail section, subtract the "hours for
this organization" field from the "total hours per
employee".
Am I understanding what you are looking for?
Rob
which reports info about an Employee. That section has a
sub report to display a list of Organizations that
employee is affiliated with and the number of hours spent
monthy on each Org, and a total in the subreport's footer
showning number of Orgs and total of hours. That works
fine.
show (in the detail section) the number of ours spent on
OTHER orgs - - the sum of all orgs for this employee, less
hours for this Org. Problem is i keep getting totals for
ALL orgs less this org. Any advice? TIA
this sound:
Create a new query to subtotal the number of hours per
employee.
Add this query as a data source into your existing query,
linking by employee.
Include the "total number of hours per employee" field in
your query output.
In the report's detail section, subtract the "hours for
this organization" field from the "total hours per
employee".
Am I understanding what you are looking for?
Rob
first visible section is a group header sorted by EmpName-----Original Message-----
Here's my setup. My report has a several sections. The
which reports info about an Employee. That section has a
sub report to display a list of Organizations that
employee is affiliated with and the number of hours spent
monthy on each Org, and a total in the subreport's footer
showning number of Orgs and total of hours. That works
fine.
including hours spent on that Org only. I need to alsoThe detail section shows more info about each Org,
show (in the detail section) the number of ours spent on
OTHER orgs - - the sum of all orgs for this employee, less
hours for this Org. Problem is i keep getting totals for
ALL orgs less this org. Any advice? TIA