kingsgambit
Registered User.
- Local time
- Today, 20:43
- Joined
- May 27, 2001
- Messages
- 134
Is there a code to empty a listbox, I have two listboxes when a user selects from one listbox it runs a query and puts the result into another.
If they want to select again, I have to close and then open the form to clear the listboxes.
I found some code but that clears the highlighted item.
Me.[ListBoxName]=Empty
If they want to select again, I have to close and then open the form to clear the listboxes.
I found some code but that clears the highlighted item.
Me.[ListBoxName]=Empty