The Odyssey
Registered User.
- Local time
- Today, 13:19
- Joined
- Jan 15, 2015
- Messages
- 34
I have to create a report that replicates another created in excel. The problem is I have no idea how to do this in my current situation.
The design is in such a way that I don't think it allows for traditional record generation. The only option I have found is tedious and even that has been met with problems.
All of the data is currently being generated by many text boxes containing either a =DSum or =Val control source. Unfortunately, the data is year based, meaning that all reports must be filtered by a specified year. This means that DSum won't work because it will need to have a Year criteria, but that is not possible for the future.
Is there a way to create a report with the design shown in the above image?
Some extra info:
The table this report uses has the following relevant fields:
The design is in such a way that I don't think it allows for traditional record generation. The only option I have found is tedious and even that has been met with problems.
All of the data is currently being generated by many text boxes containing either a =DSum or =Val control source. Unfortunately, the data is year based, meaning that all reports must be filtered by a specified year. This means that DSum won't work because it will need to have a Year criteria, but that is not possible for the future.
Is there a way to create a report with the design shown in the above image?
Some extra info:
The table this report uses has the following relevant fields:
Code:
Firstname
Surname
Branch
Year_
April_A (Actual)
etc.
April_T (Target)
etc.