Criteria - Query

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

Guest

I have set up a database with a 'address' query.

The query contains the criteria - [Enter the address:]

This criteria works providing the user enters the correct full address e.g.
Mr Bull, 10 High Street London WS34 5FT to search for the record.

I want the user to search for a record by enterting part of the address e.g.
High Street.

Any ideas?
 
Change the Criteria row in your query to:

Like "*" & [Enter the address:] & "*"
 
Mr. Bull should not be in the address field. The same goes for city and
postal code.
The best layout for name is like --
LName
First
Middle
Suffix -- SR, JR, ESQ, IV, etc.
Title -- Mr, Mrs, Miss, MS, Mister, Master, Mistress, Highness, Your Honour,
etc.
 

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