Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unrelated details without subreports

Status
Not open for further replies.

xsw1971

Programmer
Jun 21, 2001
153
US
I have a report that is grouped by customer (customer info comes from "TableA".) The detail section of the report lists out equipment used in a billing period, number of days used, the daily cost, etc. The sum of the equipment costs is displayed in the group footer. These details come from "TableB" and are linked to "TableA" using the cust_id in each table.

I would like to add 3 more summary fields in the group footer without showing detail (which is unrelated to the equipment). These new fields are summaries of hours worked by 3 different engineering groups. I don't need to display the dates/times/engineer, just the total for each each engineering group (this will be displayed next to the equipment charges for each customer.) Hours worked comes from "TableC" and is linked to "TableA" using the cust_id in each table.

The only way I can think of getting the engineering totals is to put the hours worked in the details section and suppressing them, but since "TableB" and "TableC" are not related, putting the details of both tables in the same section causes many of the records to duplicate. I tried using a details B section but the records were still duplicating.

Any ideas?

Thanks!
Jennie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top