My users use a form to edit a table. They currently have no way to navigate to a particular row other than creating a filter (not very non-techie-friendly) or scrolling. They mostly scroll. There are only about 150 records so it is not horrible to scroll to a particular record, but it is obviously less than ideal.
I would like to give them a text field with a macro behind it such that the user could key in, for example, ‘st’ and the macro would initiate a filter on Last_Name LIKE ‘%st%’.
I am not at all experienced with databases but I am an experienced coder so I am comfortable taking on macros and Basic. I see how to attach a macro to the text box and process the text each time it changes.
What I am not seeing is how to set the filter to Last_Name LIKE some value from within a Basic macro. Can someone give me a pointer?
Thanks much.
Charles