using records in table as query criteria

  • Thread starter Thread starter Z
  • Start date Start date
Z

Z

hi
I have written a simple query. I have a field "Branch
Name". As criteria for this field, I would like to use all
the branch names in a Table called "Branch Feedback". How
do I write the expression for this?
Thanks for your help
Z
 
Hi Z,

try putting something similar to the following in the
query criteria:

In (select [FieldName] from [Branch Feedback])

hth

chas
 

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

Similar Threads

Query within a report 1
Minimum 1
Multiple criteria for one field 4
Query to return results from two tables 6
Access Open Form with WhereCondition 6
Access Dcount (multiple criteria) 3
Suming accounts 3
Criteria to Select Field to Update 4

Back
Top