abbaddon223
Registered User.
- Local time
- Yesterday, 20:14
- Joined
- Mar 13, 2010
- Messages
- 162
Hi,
I'm buliding a reporting suite which will primarily run by initially asking for a From Date & To Date.
I'm fine to put this into a query, however as there will be multiple proceedures before the end result, I don't want my users having to put in a Date From & Date To each time a new proceedure executes.
I've tried buliding an expression into a query to look at a table with the fields [FromDate] [ToDate] in it. The expressions is
Between [tb_From_To_Date_Project]![Date From] And [tb_From_To_Date_Project]![Date To]
This just throws back a Parameter Value request...
I'm now stuck - any help greatly appreciated!! Thanks.
I'm buliding a reporting suite which will primarily run by initially asking for a From Date & To Date.
I'm fine to put this into a query, however as there will be multiple proceedures before the end result, I don't want my users having to put in a Date From & Date To each time a new proceedure executes.
I've tried buliding an expression into a query to look at a table with the fields [FromDate] [ToDate] in it. The expressions is
Between [tb_From_To_Date_Project]![Date From] And [tb_From_To_Date_Project]![Date To]
This just throws back a Parameter Value request...
I'm now stuck - any help greatly appreciated!! Thanks.