J JohnFol May 27, 2005 #2 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
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