In my 2.0 Access database, there is an Aging Query, in this query, there is a formula like this, Age:CInt(Now()-[Date Product/Form Received]), [Date Product/Form Received] is a field name, it contains Null value, when I run the query, the "Age" field has all "#Error" value. I think the Null value in [Date Product/Form Received] cause the problem, I also tried Age: IIf([Date Product/Form Received] Is Null,0,CInt(Now()-[Date Product/Form Received])), but it still doesn't work, I don't know how to solve it, please help me.
Thanks in advance.
Thanks in advance.