jharding08
Member
- Local time
- Today, 03:50
- Joined
- Feb 16, 2021
- Messages
- 55
Hello,
I am looking to create a report that has the records in columns and the fields with values in rows. The columns can grow based on number of records that meet filter criteria.
The data is as follows:
Having to flatten out the data in MS Access, I have created a query for each data point and tried joining the queries together to create my linear job record. Problem is, once I get to Phase 5, I get a Query is Too Complex error, I am guessing its too many joins. I've tried creating queries at the phase level to give me the data I need (but still use the milestone queries in the phase query) but I get the same error.
So really its two questions:
I am looking to create a report that has the records in columns and the fields with values in rows. The columns can grow based on number of records that meet filter criteria.
The data is as follows:
- A Job is a record
- Each job has 5 phases with associated phase level data (revenue, hours)
- There are 13 milestones. A phase can have 1 or more milestones. It is static as to which milestone goes with which phase. each milestone has a duration as its value
- Phase 1 - Milestones 1 and 2
- Phase 2 - Milestones 3
- Phase 3 - Milestones 4 and 5
- Phase 4 - Milestone 6
- Phase 5 - Milestones 7-13
Having to flatten out the data in MS Access, I have created a query for each data point and tried joining the queries together to create my linear job record. Problem is, once I get to Phase 5, I get a Query is Too Complex error, I am guessing its too many joins. I've tried creating queries at the phase level to give me the data I need (but still use the milestone queries in the phase query) but I get the same error.
So really its two questions:
- How to create the linear/single record for each job
- How to create a report/view that shows jobs as columns and field data in rows