B
BrightIdeas
I run a query from a command button on a form.
If I reselect and click on the button again the underlying data in the
query changes.
However the still open query displays the first selection.
How do I fix this in my vb code?
I am looking for a way to refresh or close the query so the resulting
query reflects the latest selection.
there is a close method but I think it closes the form not the query.
I cant see a refresh method.
and the requery method seems to work on a field and didnt help.
thanks
If I reselect and click on the button again the underlying data in the
query changes.
However the still open query displays the first selection.
How do I fix this in my vb code?
I am looking for a way to refresh or close the query so the resulting
query reflects the latest selection.
there is a close method but I think it closes the form not the query.
I cant see a refresh method.
and the requery method seems to work on a field and didnt help.
thanks