coasterman
Registered User.
- Local time
- Today, 07:16
- Joined
- Oct 1, 2012
- Messages
- 59
My query has a number of calculated fields which pass a value down the line and ultimately gives me a date. The final calculated field in the query is
Date()+[DaysLeftToLim] AS LimFilter
what I would like to do is filter the records using a criteria, in this case a number of days before the current date.
If I for instance enter <Date-180 in the criteria for LimFilter a dialog pops up asking for a parameter value for DaysLeftToLim.
I take it it is not possible to add a criteria to a field in a query whose value is determined by an expression?
How would I go about this?
Thanks for looking
Date()+[DaysLeftToLim] AS LimFilter
what I would like to do is filter the records using a criteria, in this case a number of days before the current date.
If I for instance enter <Date-180 in the criteria for LimFilter a dialog pops up asking for a parameter value for DaysLeftToLim.
I take it it is not possible to add a criteria to a field in a query whose value is determined by an expression?
How would I go about this?
Thanks for looking