Merge based on list box

  • Thread starter Thread starter ajbarilla
  • Start date Start date
A

ajbarilla

I am creating a database that merges information from a table in
documents selected in list box. I have it working based on one
selection. My question is what is the code to loop through a list
box to account for multi-selections. Is each item in the list box
given a number and is there a way to count the total number of entries
in a listbox in order to end the loop. Thanks for your help
 
Back
Top