Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Very Simple Query using "like" 1

Status
Not open for further replies.

fred45

Technical User
Aug 28, 2001
44
TT
i've a table with let's say these entries :
car
van
bus
caravan

i want to create a simple query which prompts the user to enter a searchstring, scans the table and give the result.

let's say the user enters a string "van"
i want the query to produce "van" and "caravan"

i know i've got to use the "like" expression but i don't know how.

i think it's something like ---> like *[entry]*
but i don't know exactly where to place the asterix?

i just want to use a simple query, no forms as such.

pleas help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top