I asked a question a couple of days ago about a problem I was having with a form and now I have a new one. Here is the thread for the original question if anyone wants to review the original problem:
dhookom was nice enough to help me figure out how to open a form from a command button and filter the records displayed in the form based on criteria specified by the user in a text box. As it stands right now, the records are displayed only if the syntax of the criteria entered by the user matches the exact context of some keyword or phrase in the table. How hard/complicated is it to modify the database to make the filter more flexible so that the user can enter multiple keywords in one text box? What I would like to do is make it work more like a search engine where the user can use operators like AND, OR and quotations. Right now, if a user enters "box AND cutter", the form will only display records that contain "box AND cutter" in that exact context, not records containing both "box" and "cutter" anywhere in the appropriate field. Is this beyond the abilities of most mere mortal Access users or is it something I might be able to accomplish with a reasonable amount of effort?
Cheers,
Patrick
dhookom was nice enough to help me figure out how to open a form from a command button and filter the records displayed in the form based on criteria specified by the user in a text box. As it stands right now, the records are displayed only if the syntax of the criteria entered by the user matches the exact context of some keyword or phrase in the table. How hard/complicated is it to modify the database to make the filter more flexible so that the user can enter multiple keywords in one text box? What I would like to do is make it work more like a search engine where the user can use operators like AND, OR and quotations. Right now, if a user enters "box AND cutter", the form will only display records that contain "box AND cutter" in that exact context, not records containing both "box" and "cutter" anywhere in the appropriate field. Is this beyond the abilities of most mere mortal Access users or is it something I might be able to accomplish with a reasonable amount of effort?
Cheers,
Patrick