I am trying to set the multi select property of a list box on an Access 2000 form thru VBA code. 'Help' says this property can be set this way, but when I try to execute the code: lstCourses.multiselect = 2 I get an runtime error that says a value cannot be assigned to that property.
Can the multiselect property of a list box be set/changed thru VBA code? If so, any example of the correct syntax?
Thanks for any help on this.
Can the multiselect property of a list box be set/changed thru VBA code? If so, any example of the correct syntax?
Thanks for any help on this.