I am attempting to remove highlighted selections on a multi-selected list box when the form where the list box resides is refreshed. I am using Access 2003.
The following is the coding that is being used:
Me!mylistbox.Value = Null
This code works fine as long the list boxes does not have the multi-selection option invoked.
Any guidance you can provide would be much appreciated.
Thanks in advance,
alex35
The following is the coding that is being used:
Me!mylistbox.Value = Null
This code works fine as long the list boxes does not have the multi-selection option invoked.
Any guidance you can provide would be much appreciated.
Thanks in advance,
alex35