I am trying to create a calculated filed in query based on the following.
If the date is null then calculated field= No
If the date is not null then calculated field =Yes
here is what i have tried to no avail:
Status: IIf(IsNull([Date]),"No") & IIf(IsNotNull([Date]),"Yes")
The error i get is "Extra ) in query expression"
If the date is null then calculated field= No
If the date is not null then calculated field =Yes
here is what i have tried to no avail:
Status: IIf(IsNull([Date]),"No") & IIf(IsNotNull([Date]),"Yes")
The error i get is "Extra ) in query expression"