JSMITH242B
Programmer
Hi All,
I have 2 parameters DateStart and DateEnd.
I have set defaults for these: DateStart 01/04/2005 and DateEnd 31/12/2009.
However the user has the option to enter in their own dates.
I have used the following formulae but it is not returning the correct records.
Any ideas?
({Purchase_Requests.Open Date & Time} IN {?DateStart} TO {?DateEnd} OR ({?DateStart} >= date('01/04/2005') and {?DateEnd} <= DATE('31/12/2099')))
Your help is much appreciated.
I have 2 parameters DateStart and DateEnd.
I have set defaults for these: DateStart 01/04/2005 and DateEnd 31/12/2009.
However the user has the option to enter in their own dates.
I have used the following formulae but it is not returning the correct records.
Any ideas?
({Purchase_Requests.Open Date & Time} IN {?DateStart} TO {?DateEnd} OR ({?DateStart} >= date('01/04/2005') and {?DateEnd} <= DATE('31/12/2099')))
Your help is much appreciated.