List Boxes????

  • Thread starter Thread starter Acc
  • Start date Start date
A

Acc

Hello

i need to link advertisers to their advertising spaces. for ex, on my
Advertisers form, i would like to find a way to view the 600+ various
advertising spaced, and be able to "multiselect" from these options to be
able to print a report of where these ads are?

what would be the best way to do this?

a listbox?

Thank you
 
Set the List Box Multi Select property to either Simple or Extended. I
prefer Extended because it works like most other Windows multi select
objects in that you can use the Shift key to select a range or the Ctl key
to select specific items.

As to knowing which items have been selected, look in VBA Help for the
ItemsSelected collection. There is a very good example of enumerating
through it.
 
Back
Top