G
Guest
I have a table set up that has only two fields in it, from date and to date.
I want to be able to use these dates in my Between And expression in multiple
queries in order to find data that is between those two dates instead of
having to go into each query and fill in the specific dates.
I have tried doing it like this:
Between [tblDateRange]![Frm_Dat] And [tblDateRange]![To_Dat]
tblDateRange is my table with the two fields and Frm_Dat and To_Dat are the
date fields.
What am I doing wrong or am I going about this entirely wrong.
Thanks in advance,
Peggy
I want to be able to use these dates in my Between And expression in multiple
queries in order to find data that is between those two dates instead of
having to go into each query and fill in the specific dates.
I have tried doing it like this:
Between [tblDateRange]![Frm_Dat] And [tblDateRange]![To_Dat]
tblDateRange is my table with the two fields and Frm_Dat and To_Dat are the
date fields.
What am I doing wrong or am I going about this entirely wrong.
Thanks in advance,
Peggy