Ok for searching I want to use the 'filer by form' method in Access.
When this user clicks this tool bar, the form goes blank, the user type what they want in the fields they want and when they press the 'Close' button:
Access adjusts the filter to records that are LIKE what the user entered.
Is there a way to do this in VBA? I want to create a button called Filter by Form which when pressed turned into a 'Close' button which then pressed applies the user's search parameters. The reason why I need to do this with a button is that I don't want to give users access to the toolbar.
Any ideas?
When this user clicks this tool bar, the form goes blank, the user type what they want in the fields they want and when they press the 'Close' button:
Access adjusts the filter to records that are LIKE what the user entered.
Is there a way to do this in VBA? I want to create a button called Filter by Form which when pressed turned into a 'Close' button which then pressed applies the user's search parameters. The reason why I need to do this with a button is that I don't want to give users access to the toolbar.
Any ideas?