B
Biggles
I am trying to make my list box, depending on how the form is opened, either
select only one or many, so I have this code in my on open of the form (for
this one, to make multiselect none).
Me.Selectapp.MultiSelect = 0
However, the error message I get says that I cannot assign a value to this
object.
Help.
select only one or many, so I have this code in my on open of the form (for
this one, to make multiselect none).
Me.Selectapp.MultiSelect = 0
However, the error message I get says that I cannot assign a value to this
object.
Help.