Query match on any part of a field

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

Guest

How can I query to return records if they have any part of a field in common.

Ex: Table 1: Contract# Contract Date
 
sorry, this question was incomplete and my full question is posted 2 spots
higher than this one.

KARL DEWEY said:
Use this for criteria on the Contract# field --
Like "*" & [Enter search item] & "*"

kayabob said:
How can I query to return records if they have any part of a field in common.

Ex: Table 1: Contract# Contract Date
 

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