Doing a search in Access

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

Guest

Hi. I have a database with one table and a form of this table. Is there a
moderately simple way so have a search for this. For example, in the
Northwind database, there is a query which asks you to input some data for it
to find results. Hope you understand what I mean! Basically, I want to be
able to search this form or table using some kind of input for one of the
fields. Thanks!
 
Use this for query criteria --
[Enter your data for search]

or if you wish to search by putting in the first part --
Like [Enter your data for search] & "*"

or if you wish to search by putting in any part --
Like "*" & [Enter your data for search] & "*"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top