PROGRAMMING FOR POWER WITH MULTISELECT LISTBOX CONTROLS

In addition to giving the same capability to do lookups that combo boxes give, the Access ListBox control allows you to do the following:

  • Display lists so that the user can see more than one—if not all—of the choices onscreen
  • Have users select more than one choice from the list and keep track of them so that you can use the choices in a task

Note

All the examples given in the earlier sections for combo boxes also can be used with list boxes.

Using list boxes in the standard way takes no real programming; using them for multiselection, however, requires some code to read them.

List Box Properties Dealing with Multiple Selection

When working with list boxes in multiselect mode, you can ...

Get F. Scott Barker's Microsoft® Access 2000 Power Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.