USe a Parameter query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple query that I wish to use to search for titles of Music CD's.
I wish to establish a parameter query that will allow the user to enter a
word and the query looks for that word in the title. I have lried .....Like
*[Enter the word]* in the query designand various combinations in between but
to no avail. Can it be done
Thanks
George
 
try to use under the "Title filed "

Like "*" & ["Enter the Word" ] & "*"

so it can filter that word out of your database.
 
Back
Top