S
stockton12
I am looking for a code to clear all filters when a form is loaded.
Right now I have this code which works OK:
Private Sub Form_Current()
cboUser = txtCustomerID
Me.FilterOn = False
The problem that I have is when a user attempts to put a filter on a
particular field, the user sees, "Clear all fields from <field name>" This
has no noticable impact to the fuctionality of the form, it is just an
inconvenience to the user and may cause questions.
Is there a way to have all of the filters removed so the user does not see
this?
Thanks for your assistance in advance.
Right now I have this code which works OK:
Private Sub Form_Current()
cboUser = txtCustomerID
Me.FilterOn = False
The problem that I have is when a user attempts to put a filter on a
particular field, the user sees, "Clear all fields from <field name>" This
has no noticable impact to the fuctionality of the form, it is just an
inconvenience to the user and may cause questions.
Is there a way to have all of the filters removed so the user does not see
this?
Thanks for your assistance in advance.