G
Guest
I have a form that has a list box with contents as follows: ENGA, ENGB,
ENGC, ENGD, ENGE, ENGF, 1, RIP, RAC. The user selects one of the items in
the list box & I have a macro set to run as soon as the item is selected that
will run a query. Ideally, what I would like to have happen is that the user
can select an item, run the query, have it export it to an excel spreadsheet,
then let the user select the next item in the list box, run the query &
append the excel spreadsheet that was created from the first choice. The
user should be able to keep choosing as many items as he or she wants. The
items would be sorted in alphabetic order by ENGA, etc. What is the best way
to go about doing this?
ENGC, ENGD, ENGE, ENGF, 1, RIP, RAC. The user selects one of the items in
the list box & I have a macro set to run as soon as the item is selected that
will run a query. Ideally, what I would like to have happen is that the user
can select an item, run the query, have it export it to an excel spreadsheet,
then let the user select the next item in the list box, run the query &
append the excel spreadsheet that was created from the first choice. The
user should be able to keep choosing as many items as he or she wants. The
items would be sorted in alphabetic order by ENGA, etc. What is the best way
to go about doing this?