G
Guest
I would like to have a command button that reopens the form my users are
using. How can I do something like this?
Thanks,
john
using. How can I do something like this?
Thanks,
john
Klatuu said:Okay, gotcha. There is a better approach. Rather than close and open the
form, just change the filter criteria and requery. You can put the code
behing a button.
'Do whatever to deterime your filter criteria here
Me.Filter = ' your filter criteria
Me.Requery