Reputation: 60711
when i am running the following code:
listbox1.requery
which query is this going to run? where can i edit this query?
Upvotes: 0
Views: 421
Reputation: 6276
That causes the RowSource property in the ListBox to be re-queried.
Upvotes: 2