I have a button that applies a parameter query (filter) with DoCmd.ApplyFilter “q2GetOneIncidentIDRecord” . Another button, with “Me.FilterOn = False” turns the filter off.
When I press the filter button I am prompted for an Incident ID. The query (filter) does work. Pressing the second button does remove the filter. However, pressing the first button does not invoke the parameter pop up again, but rather just shows the originally filtered record.
What is the proper way to apply, remove, and then reapply a filter with a parameter?
Thanks,
Randy