Hi,
I have written a telephone directory app that has a search box. The idea is you can search for a name and it will compare what you've typed in against first name and surname in the database.
I want to make it so if you search for "Ed Mozley" you still get a match:
This query works in Access but not in SQL - what is the equivalent please?
"OR bwbnet_Users.FirstName & ' ' & bwbnet_Users.Surname LIKE '" & search & "%' "
Thanks very much
Ed
I have written a telephone directory app that has a search box. The idea is you can search for a name and it will compare what you've typed in against first name and surname in the database.
I want to make it so if you search for "Ed Mozley" you still get a match:
This query works in Access but not in SQL - what is the equivalent please?
"OR bwbnet_Users.FirstName & ' ' & bwbnet_Users.Surname LIKE '" & search & "%' "
Thanks very much
Ed