List Box mulitSelect

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top