Query Multiple fields using wild cards

  • Thread starter nissankanissankanissankanissankanissanka
  • Start date
N

nissankanissankanissankanissankanissanka

Can you create a querry to query multiple fields in different tables.
Eg: Say I have two tables one with ID, name, town, zip and another with ID,
Hobby, Gender, height.

I want to create a querry to find all male in zip starting with 03...,

ID Wild card to inclue any
Name Wild card to inclue any
Town Wild card to inclue any
gender Male
zip 03 and rest any number
 
M

[MVP] S.Clark

Homework assignment?? :D

Link the two tables together in the query window. Add all of the needed
fields to the query grid.

Add criteria as needed. You really don't need to put criteria on those
fields where you want to include any. For the zip, use"
Zip LIKE "03*"

--
Steve Clark, Access MVP
FMS, Inc.
www.fmsinc.com/consulting

"nissankanissankanissankanissankanissanka"
 

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

Top