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