List Box mulitSelect

G

Guest

How do i retrieve the values that a user selects from a multiselect listbox?
right now all i have is a form with a listbox that looks up values on a
table. I would like to use the values that are selected on the listbox to
retrieve data from a master table. thanks for your help
 
F

fredg

How do i retrieve the values that a user selects from a multiselect listbox?
right now all i have is a form with a listbox that looks up values on a
table. I would like to use the values that are selected on the listbox to
retrieve data from a master table. thanks for your help
There is an example of the code needed in VBA help on
ItemsSelected Property
 
G

Guest

Fred, thanks so much for your quick response; i did see that posting and
being a beginner i do not know how to substitute the debug.print statement
for an append query or some other method of retreiving the values selected in
the list box. i want to be able to use those values to run against a table to
retrieve related records. thanks again
 

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