corrinebean
New member
- Local time
- Today, 01:21
- Joined
- Nov 2, 2011
- Messages
- 6
I'm all self-taught on Access...so please be gentle!
I'm trying to create a report which displays data for multiple quarters per individual on one page; I was able to stack my fields correctly so that the indicators are in the detail section of the report, but when it comes to the date, it's still grouping it under the individuals name by date.
... ultimately, I'd like to set it up so that I can select the reporting period before the report runs (By quarter, by year, etc.) - but that's another question!
Should I be setting this up as a query instead?
As an example, I would like the following:
NAME (Header)
Indicator 1 xx xx xx xx
Indicator 2 xx xx xx xx
Indicator 3 xx xx xx xx
etc.
What I'm getting now is:
NAME (Header)
Indicator 1 xx
Indicator 2 xx
Indicator 3 xx
Indicator 1 xx
Indicator 2 xx
Indicator 3 xx
I'm trying to create a report which displays data for multiple quarters per individual on one page; I was able to stack my fields correctly so that the indicators are in the detail section of the report, but when it comes to the date, it's still grouping it under the individuals name by date.
... ultimately, I'd like to set it up so that I can select the reporting period before the report runs (By quarter, by year, etc.) - but that's another question!
Should I be setting this up as a query instead?
As an example, I would like the following:
NAME (Header)
Qtr 1 Qtr 2 Qtr 3 Qtr 4
Indicator 2 xx xx xx xx
Indicator 3 xx xx xx xx
etc.
What I'm getting now is:
NAME (Header)
Date
Indicator 2 xx
Indicator 3 xx
Date
Indicator 2 xx
Indicator 3 xx