I have a query, the query includes 2 fields: Actual Ship Date and Requested Ship Date and I am trying to build an "If" expression to create another field.
Expr1: IIf([Actual Ship Date]=Null,[Requested Ship Date],[Actual Ship Date])
The above expression is doing the false part, but not the true part. Can someone give any insight?
Expr1: IIf([Actual Ship Date]=Null,[Requested Ship Date],[Actual Ship Date])
The above expression is doing the false part, but not the true part. Can someone give any insight?