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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Wildcard Search

Status
Not open for further replies.

cdawley4

Technical User
Aug 6, 2004
25
US
Hi,

I am modifying a database and I want to create a Wildcard Search Query in MS Access. The database has city and the state they reside in. I have about 500 records. I want to see the records that contain Miami anywhere in the record. I also want a dialog box to pop up so I can search for it. I also want to have a wildcard search so I can narrow the search down and find records that have Mia* and still pull up Miami records. I have seen this done on other databases but not sure how it is done. Please help.

Thanks,

Chris
 
You can set up a calculated column like:
SearchMe:[Address]&[City]&[State]
Then set the criteria under this column to:
Like "*" & [Enter Search] & "*"

Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top