Hi,
I have a table in Access that contains data that I need to export to Excel:
1. A query that selects only the data pertaining to Store 1 and exports it to excel as Store_1.xls.
2. The loop then uses the same query as in 1 to then export the data pertaining to Store 2 into excel as Store_2.xls
3. the loop continues until all of the stores in the table in access have had an excel report exported.
Thank you! Sorry I do not have that much experience with VBA and the project is due on Friday :(
Maria
I have a table in Access that contains data that I need to export to Excel:
1. A query that selects only the data pertaining to Store 1 and exports it to excel as Store_1.xls.
2. The loop then uses the same query as in 1 to then export the data pertaining to Store 2 into excel as Store_2.xls
3. the loop continues until all of the stores in the table in access have had an excel report exported.
Thank you! Sorry I do not have that much experience with VBA and the project is due on Friday :(
Maria
Comment