on another post
this solution for un-selecting a listbox selection is offered and works just fine.
"You'll have to add a [Reset] button with the command:
Me!Listbox1 = ""
for the first listbox, etc."
But why? What is the technical VBA reason for this? I don't see any mention of that syntax in any documentation that I have.
this solution for un-selecting a listbox selection is offered and works just fine.
"You'll have to add a [Reset] button with the command:
Me!Listbox1 = ""
for the first listbox, etc."
But why? What is the technical VBA reason for this? I don't see any mention of that syntax in any documentation that I have.
Comment