Group: microsoft.public.access.forms · Group Profile · Search for Tools2 in microsoft.public.access.forms
Author: Klatuu
Date: May 26, 2007 14:06
If you need to make multiple selections from your category list, you probably need a multi select list box rather than a combo box. It takes a bit more code, but will allow you to do this. To determine which categories the user has selected, you will need to use the ItemsSelected collection of the list box to find which are selected. Here is an example from one of my applications. It builds
|