Has any one ever set up a query that, after running and exporting the results to an Excel spreadsheet, runs anew based on a set of values in a table in the database?
Example below;
Table A has one field with values 1 -> x.
Query B runs, taking the first value from Table A
Query B finishes, exports to Spreadsheet A
Query B starts over, taking the next value from Table A.
Sequence repeats itself until the last value in Table A is used.
You are left with Spreadsheet A -> X
Table A is not the sole source of data for Query B
I hope I made this clear enough, if not let me know.
Example below;
Table A has one field with values 1 -> x.
Query B runs, taking the first value from Table A
Query B finishes, exports to Spreadsheet A
Query B starts over, taking the next value from Table A.
Sequence repeats itself until the last value in Table A is used.
You are left with Spreadsheet A -> X
Table A is not the sole source of data for Query B
I hope I made this clear enough, if not let me know.
Last edited: