Alex Gordon
Alex Gordon

Reputation: 60711

what query is executed on a listbox.requery

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

Answers (1)

Tom Mayfield
Tom Mayfield

Reputation: 6276

That causes the RowSource property in the ListBox to be re-queried.

Upvotes: 2

Related Questions