djpingpong
Programmer
- Jul 6, 2004
- 70
Hi,
the subject heading pretty much explains what I need done
I created a form which allows the user to select 1 of 6 queries to export to a spreadsheet
Let's say the user selects all 6 queries to export and inputs the export filename and path... I would like "DoCmd.OutputTo acOutputQuery" to output all 6 queries into one workbook but 6 different worksheets
How can I make this possible?
the subject heading pretty much explains what I need done
I created a form which allows the user to select 1 of 6 queries to export to a spreadsheet
Let's say the user selects all 6 queries to export and inputs the export filename and path... I would like "DoCmd.OutputTo acOutputQuery" to output all 6 queries into one workbook but 6 different worksheets
How can I make this possible?