using records in table as query criteria

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
 
C

chas

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

Suming accounts 3
Query within a report 1
Query Speed 5
Minimum 1
Criteria to Select Field to Update 4
Multiple criteria for one field 4
Filtering with Query 1
Macro that sorts data with blanks at the bottom 1

Top