Is it possible to have a query based on a single table and then set the criteria to equal the value in another table without introducing the table into the query.
The table the query is based on is called tblFieldDtls and has a field [Farm Account Number]
At the moment I have the criteria for [Farm Account Number]set to
=[tblSelect]![Farm Account Number]
The [tblSelect] is another table in the database.
When I run the query an enter parameter box appears and if I manually enter the Farm account number the query runs and returns the correct result.
I have tried putting various versions of
into my = statement but without success.
Is it possible to point the criteria to another table to run automatically? If so what is the correct method?
Thank you in advance for any help
The table the query is based on is called tblFieldDtls and has a field [Farm Account Number]
At the moment I have the criteria for [Farm Account Number]set to
=[tblSelect]![Farm Account Number]
The [tblSelect] is another table in the database.
When I run the query an enter parameter box appears and if I manually enter the Farm account number the query runs and returns the correct result.
I have tried putting various versions of
Is it possible to point the criteria to another table to run automatically? If so what is the correct method?
Thank you in advance for any help