Rx_
Nothing In Moderation
- Local time
- Today, 03:11
- Joined
- Oct 22, 2009
- Messages
- 2,795
Here is a question that may not have one single answer, but here goes.
In building a Excel Report off of somewhat normalized data.
By using a combination of 7 queries (Cartsian, Group-by, and joins) the result is a recordset ready to paste (with vba automation of course) into Excel.
The question now is:
How to automate the 7 query steps?
1. Call them withe VBA and create temp tables, with the next query step calling the temp table as the source and creating the next one, until the final table is ready.
2. Some code I was recently maintanining, the person was really good at using an embedded Select statement where ; next Select statement...
3. Just run the last query and let it call the others down the chain. Would there be any considerations to move these queries from the front-end to the back end?
Access 2007 back end - abour 3,000 records. Around 15 users that run this report twice a day.
Suggestions are welcome
In building a Excel Report off of somewhat normalized data.
By using a combination of 7 queries (Cartsian, Group-by, and joins) the result is a recordset ready to paste (with vba automation of course) into Excel.
The question now is:
How to automate the 7 query steps?
1. Call them withe VBA and create temp tables, with the next query step calling the temp table as the source and creating the next one, until the final table is ready.
2. Some code I was recently maintanining, the person was really good at using an embedded Select statement where ; next Select statement...
3. Just run the last query and let it call the others down the chain. Would there be any considerations to move these queries from the front-end to the back end?
Access 2007 back end - abour 3,000 records. Around 15 users that run this report twice a day.
Suggestions are welcome
Last edited: