Removing a filter

  • Thread starter Thread starter Guest
  • Start date Start date
When you apply a filter and close the form you are prompted to save it. If
you say "No" the filter is not saved
If you are closing the form in code

DoCmd.Close acForm, Me.Name, acSaveNo

then set the .Filter property to "" before doing it
 

Ask a Question

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.

Ask a Question

Back
Top