stormin_norm
Registered User.
- Local time
- Today, 08:00
- Joined
- Apr 23, 2003
- Messages
- 213
I have a report with two subreports which were a bitch to format in order to align with the main report. Should I have done this with dlookup instead? or VBA?? What's the consensus out there??
Looks something like:
Report Subtotal: 88 3 3 6 7 3 12 22 44 45
Sub-report: 88 6 6 6 10 3 5 10 50 50
The sub-report is base on a different query & tables. basically a select sum(ENG hours), sum(HIS hours),..... where classID = main report classID
Works okay with the parent/child link on the classID, but the formating is a pain in the neck due to the margins on the subreport. ALSO- There are boxes around each sum.
Instead---
Should I have made simple text boxes on the main report and do a dlookup? or create seperate queries and kick them off for each sumation box?
I have to create two or three more reports and I don't want to struggle with moving the mouse 1/8 inch to ensure my boxes line up between report&subreport.
THANKS!
Time for lunch. Looking forward to your suggestions! I was surprised the O'Reilly book does not get into this at all.
Looks something like:
Report Subtotal: 88 3 3 6 7 3 12 22 44 45
Sub-report: 88 6 6 6 10 3 5 10 50 50
The sub-report is base on a different query & tables. basically a select sum(ENG hours), sum(HIS hours),..... where classID = main report classID
Works okay with the parent/child link on the classID, but the formating is a pain in the neck due to the margins on the subreport. ALSO- There are boxes around each sum.
Instead---
Should I have made simple text boxes on the main report and do a dlookup? or create seperate queries and kick them off for each sumation box?
I have to create two or three more reports and I don't want to struggle with moving the mouse 1/8 inch to ensure my boxes line up between report&subreport.
THANKS!
Time for lunch. Looking forward to your suggestions! I was surprised the O'Reilly book does not get into this at all.