clicking several records for details

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The form prompts for "Destination" and 20 records listing the PO's associated
with each of the destinations appears. The user selects one to 20 of these
POs to get the details on each of these records. What is the code for
allowing the user to select one or many records and what event should it go
on?
 
What you need is a List Box with multi select set to Simple. For how to use
the selected items, go into VB Editor, seach for Selected Property, and it
will show you how to use it.
 
Back
Top