i have a combo search box that works great for my employees table form, but i done a query just with name and phone numbers and called it list with a transparent button to take me to employee table form but of course my combo search doesn't work cause of filter, can i create a button to get rid of the filter other than using little bitty filter button at bottom cause i wont to turn that off, my hubby not computer smart, Any help thanks :)
Reply from Alex Hedley:
In VBA add this to a button event
Me.Filter = "" Me.FilterOn = False
For a Macro look for "ShowAllRecords"
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.