SirStevie3
Registered User.
- Local time
- Today, 07:57
- Joined
- Jul 29, 2013
- Messages
- 58
so i have a report based on a union query. i set up the query so that it can be grouped by month on the report. (see pics)
The problem is that each detail section in the design view just shows one row of text boxes, a "Num" and a "Label". i'd like to be able to seperate this in design view so that i can format different numbers different ways and group relevent items together, all while staying within that "MonthGroup".
The way the report looks now is ok... but for instance, i want to format the "Reduced ERC workload by (%):" to be an actual percentage.
my logic tells me that i'll need to create text boxes that will have some sort of function that matches the "Monthgroup" in the detail section to the MonthGroup header control. then in addition to that, each text box will have to display only one number for that month (ie. "Number of ERC Submittals" or "Number of documents requested from provisioners") so i can adjust the layout and format of each.
can someone help me get started by seperating the items in the detail section so they are all viewable in design view?
Ps. i have a bad feeling someone is going to tell me that i need to redesign my union query/queries...
The problem is that each detail section in the design view just shows one row of text boxes, a "Num" and a "Label". i'd like to be able to seperate this in design view so that i can format different numbers different ways and group relevent items together, all while staying within that "MonthGroup".
The way the report looks now is ok... but for instance, i want to format the "Reduced ERC workload by (%):" to be an actual percentage.
my logic tells me that i'll need to create text boxes that will have some sort of function that matches the "Monthgroup" in the detail section to the MonthGroup header control. then in addition to that, each text box will have to display only one number for that month (ie. "Number of ERC Submittals" or "Number of documents requested from provisioners") so i can adjust the layout and format of each.
can someone help me get started by seperating the items in the detail section so they are all viewable in design view?
Ps. i have a bad feeling someone is going to tell me that i need to redesign my union query/queries...