I have 3 fields in my table. "ListDate", "SoldDate", "CurrentDate". I am trying to create an expression with the following: OnMarket: IIf([SoldDate]="","",[CurrentDate]-[ListDate])
When I run this query it gives me #Error only on the ones that have dates in the "SoldDate" field. How do I rectify this problem? Any help would be greatly appreciated. Thank you.
When I run this query it gives me #Error only on the ones that have dates in the "SoldDate" field. How do I rectify this problem? Any help would be greatly appreciated. Thank you.