How to run "advanced filter/sort" from a button?

  • Thread starter Thread starter Jimbo213
  • Start date Start date
SOLVED this myself.

1) created/saved qryFIND with Name criteria "*" & [enter partial name] & "*"
2) added button to form
3) went to button > OnClick > macro property
4) macro has Action=ApplyFilter with FilterName = qryFIND

works real slick.

Posting here to benefit others who search.
 
Back
Top