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
 
Back
Top