i have a report. i am trying to create a computed field on it. not to get too involved it will involved
"Date Started" (which is in the report) and "Date_Accrual_Closed" which is a parameter the user is prompted to enter when (s)he clicks on the report.
if i create a text/unbound control and populate the "Control Source" property with either "=[Date Started]" or "=[Date_Accrual_Closed]", set the format to a date type, no problems.
if i instead use "=[Date_Accrual_Closed]-[Date Started]" instead, set the format type to Fixed with 2 decimal places, what happens is i get a column of "#ERROR" instead!!
anybody know what that means?
"Date Started" (which is in the report) and "Date_Accrual_Closed" which is a parameter the user is prompted to enter when (s)he clicks on the report.
if i create a text/unbound control and populate the "Control Source" property with either "=[Date Started]" or "=[Date_Accrual_Closed]", set the format to a date type, no problems.
if i instead use "=[Date_Accrual_Closed]-[Date Started]" instead, set the format type to Fixed with 2 decimal places, what happens is i get a column of "#ERROR" instead!!
anybody know what that means?