CharlesDavenport
New member
- Local time
- Today, 05:39
- Joined
- Dec 7, 2020
- Messages
- 26
Hi all
New to access and muddling my way through.
I need to create a search which will search each word of a string on a form against each word in a string on another field in a different table.
I can get it to work using a single word in the search field on a form using the below criteria:
like '*'& [Forms]![Client]![Client Name] &'*'
Which returns the right results but when I have say:
Someone Transport and I want it to match either Someone or Transport it returns nothing on the query....
Any help is appreciated.
New to access and muddling my way through.
I need to create a search which will search each word of a string on a form against each word in a string on another field in a different table.
I can get it to work using a single word in the search field on a form using the below criteria:
like '*'& [Forms]![Client]![Client Name] &'*'
Which returns the right results but when I have say:
Someone Transport and I want it to match either Someone or Transport it returns nothing on the query....
Any help is appreciated.