NWildblood
Technical User
This is probably childs play - I have a query that searches names from three different name fields in table InformationContact
______________
SELECT *
FROM InformationContact
WHERE [Enter Contact Name]=[Contact Name #1] Or [Enter Contact Name]=[Contact Name #2] Or [Enter Contact Name]=[Contact Name #3]
_______________
Can anyone advise how to use a wildcard so the name being searched for doesn't have to be complete ? E.g. just search by "Smith", instead of "Mrs Margaret J Smith" ?
Thanks !
"No-one got everything done by Friday except Robinson Crusoe...
______________
SELECT *
FROM InformationContact
WHERE [Enter Contact Name]=[Contact Name #1] Or [Enter Contact Name]=[Contact Name #2] Or [Enter Contact Name]=[Contact Name #3]
_______________
Can anyone advise how to use a wildcard so the name being searched for doesn't have to be complete ? E.g. just search by "Smith", instead of "Mrs Margaret J Smith" ?
Thanks !
"No-one got everything done by Friday except Robinson Crusoe...