CR11
My database stores the date as 20090401 and I am trying to use that as a parameter in my record selection and want the user to use the calendar icon. If I just use the field as it is the user doesn't get the calendar and has to input 20090401.
I converted it to a date with a formula and tried to use the formula as a parameter but when I test >= formula it says the formula must be a string.
Record selection:
Status <> 'H'
and
DateField >= parameterFormula
What am I doing wrong or leaving out?
Thank you.
My database stores the date as 20090401 and I am trying to use that as a parameter in my record selection and want the user to use the calendar icon. If I just use the field as it is the user doesn't get the calendar and has to input 20090401.
I converted it to a date with a formula and tried to use the formula as a parameter but when I test >= formula it says the formula must be a string.
Record selection:
Status <> 'H'
and
DateField >= parameterFormula
What am I doing wrong or leaving out?
Thank you.