Like search??

  • Thread starter Thread starter Deleted member 28156
  • Start date Start date
D

Deleted member 28156

Guest
Hi
Im creating a query where the user specifies a word and it will search for all entries based on that word. The problem is I dont know how to tell the system to Search for the word anywhere in the sentence at the moment it searches for a match at the begining of the sentence. I think an example is neccessary

E.g I want to search for all entries that have an "Area" word in the sentence
My system has values in a column that contain : Picnic Area, Work area etc

My current search will only work if you type Picni or Work

Im using:
Like [Enter Location] & "*"

Help Please?!?! :confused:
 
Wildcard search can be either side - "*" & [Enter Location] & "*"
 

Users who are viewing this thread

Back
Top Bottom