Re-Bound recordset to the form without closing it.

  • Thread starter Thread starter Sophie
  • Start date Start date
S

Sophie

I have a criteria Form will generate a SearchResultQuery.
A result form's datasource is based on SearchResultQuery.
If I don't close the result form before I do another
search, the form will still display previous result.
How do I re-bound all the text box on the result form to
display new result?

Thanks,

sophie
 
I have a criteria Form will generate a SearchResultQuery.
A result form's datasource is based on SearchResultQuery.
If I don't close the result form before I do another
search, the form will still display previous result.
How do I re-bound all the text box on the result form to
display new result?
do you think on Requery?
 
Back
Top