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.
 

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

Back
Top