I have a form that uses a filter when it is opened. After the user is
finished with the current filtered records, I would like for them to be able
to click a command button that would close the current form and reopen it.
At this point when it is reopened, the user would enter information for the
filter process. Thanks for your help!
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
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.