G
Guest
Hi. Please can someone tell me if it is possible to only search for "a piece"
e.g the first 5 letters in a record?
Basically on my After_Update action if there is a record named "christopher"
and the name "chris" is entered. I need the code to search for all records
containing "chris" as part of the text.
Any help would be appreciated.
Thanks
Here's the code I have done at the moment, it only returns exact matches.
"SELECT Name FROM table WHERE name = '" the name entered on the form "'"
e.g the first 5 letters in a record?
Basically on my After_Update action if there is a record named "christopher"
and the name "chris" is entered. I need the code to search for all records
containing "chris" as part of the text.
Any help would be appreciated.
Thanks
Here's the code I have done at the moment, it only returns exact matches.
"SELECT Name FROM table WHERE name = '" the name entered on the form "'"