johncassell
Well-known member
Hi There,
I have a table 'customers' and a field 'customername'.
I would like to create a query which returns all the results which CONTAIN any given value.
For example, the textbox on my form currently has 'bob' in it.
By executing my query I would like it to return 'bobs transport', 'silly bob media', 'david bob' etc..
In the filter box on the query builder I usually put a ?, but I don't want it to retrieve the exact value this time.
I have tried entering LIKE and %'s and * but none seem to work.
Can someone help please?
Thanks
I have a table 'customers' and a field 'customername'.
I would like to create a query which returns all the results which CONTAIN any given value.
For example, the textbox on my form currently has 'bob' in it.
By executing my query I would like it to return 'bobs transport', 'silly bob media', 'david bob' etc..
In the filter box on the query builder I usually put a ?, but I don't want it to retrieve the exact value this time.
I have tried entering LIKE and %'s and * but none seem to work.
Can someone help please?
Thanks