V
Vinnie via AccessMonster.com
Hi,
Fairly basic question I'd say, but I'm stuck!
I'm running a DLast function in a query.
In the criteria section, I want the date to be less than or equal to a date
in another table, is it possible to reference another table in the function?
I've tried the following:
DLast("[Comm]","tblRateHistory","[Date]<[tblData]![Date Entered]"), in the
[Comm] field of the query.
[Comm] and [Date] are taken from the tblRateHistory table, and the [Date
Entered] field is taken from the tblData table.
The two tables are included in the query.
Thanks!
Fairly basic question I'd say, but I'm stuck!
I'm running a DLast function in a query.
In the criteria section, I want the date to be less than or equal to a date
in another table, is it possible to reference another table in the function?
I've tried the following:
DLast("[Comm]","tblRateHistory","[Date]<[tblData]![Date Entered]"), in the
[Comm] field of the query.
[Comm] and [Date] are taken from the tblRateHistory table, and the [Date
Entered] field is taken from the tblData table.
The two tables are included in the query.
Thanks!