P
pauld
Is it possible to refer to two specific field values in a single-record table
when searching for a range of values in a query?
I want to use the values in one table to update a field in another table
For example, the search criteria I've tried is "Between [table.fieldname1]
And [table.fieldname2]
I've tried a number of different combinations of the Between...And
expression and nothing seems to work.
Do I need to "join" the tables? There are no common values or fields between
the 2 tables
when searching for a range of values in a query?
I want to use the values in one table to update a field in another table
For example, the search criteria I've tried is "Between [table.fieldname1]
And [table.fieldname2]
I've tried a number of different combinations of the Between...And
expression and nothing seems to work.
Do I need to "join" the tables? There are no common values or fields between
the 2 tables