I would like to know how to use a mulitple selection list box to (1) select tables (2) pull data from each table using a query (3) and append this data to a temporary table to ultimately be used in a report. My guess is that is will look something like this...
do until "listbox number of items selected"
create query with first table selected
append data to temp table
loop
docmd.openrepor t.......
Thank you to anyone who can fill in my copious blanks!
do until "listbox number of items selected"
create query with first table selected
append data to temp table
loop
docmd.openrepor t.......
Thank you to anyone who can fill in my copious blanks!
Comment