Take a look at this:
http://www.fontstuff.com/access/acctut11.htm
It may be simpler than you think. If you go into Design View, click
Properties, then click All, Multi Select, Simple. go back to Form View and
try it. That will allow a user to click several items in the ListBox. Multi
Select, Extended will allow a user to click multiple items by holding down
the Ctrl key and clicking items with the mouse.
--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.
"Martin" wrote:
> Hello,
>
> I have the following code:
>
> Forms("MainMenu").Controls("MyList").MultiSelect = 2
>
> I want to convert it to a multi select if the user wants to however I get an
> error box saying I cant assign a value to this object (which is a list box).
>
> Can anyone help?
>
> Thanks in advance
>
> Martin