mbath20110
Registered User.
- Local time
- Today, 11:17
- Joined
- Jul 17, 2003
- Messages
- 13
Have a report that gets its data from a query.
I want the report to contain data from different records from the data source. Let me explain.
The report has fields for current year and prior year and under each of those fields is the corresponding data. (i.e. 2004 will show two corresponding fields of data and right next to it 2003 will show its data).
The data source (query) contains the Year field.
On the report, I need to show both years data on the same report, so here's what I have in mind.
For the current year, simply pull down the 'Year' field and the two corresponding data fields. For the prior year, I'm thinking I should use the DLookup function to lookup to the same query and get the prior year and it's corresponding data.
Would someone mind weighing in and letting me know if they think I'm on the right track?
thanks.
I want the report to contain data from different records from the data source. Let me explain.
The report has fields for current year and prior year and under each of those fields is the corresponding data. (i.e. 2004 will show two corresponding fields of data and right next to it 2003 will show its data).
The data source (query) contains the Year field.
On the report, I need to show both years data on the same report, so here's what I have in mind.
For the current year, simply pull down the 'Year' field and the two corresponding data fields. For the prior year, I'm thinking I should use the DLookup function to lookup to the same query and get the prior year and it's corresponding data.
Would someone mind weighing in and letting me know if they think I'm on the right track?
thanks.