List Box and Temp Table question

J

jas580

I have a form with two list boxes, and add/remove buttons. The user moves
Account Numbers from the first box [Accounts] to the second [Current
Accounts].

Once users have selected the accounts they want in a report, I need those
account numbers to pass to a temporary table [Acct Temp]. The report queries
are based on this temp table. I have tested the report by manually entering
and removing account numbers in [Acct Temp] and it works great. Now I need
to know how to pass those account numbers from the list box. And, how to
remove those account numbers from the temp table after a report has been run.

Thanks,

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top