Hi,
I'm trying to insert a formula which can lookup if it is null in 2 fields for the same row/record and if it is then output "No" else output "Yes" --> IIF(IsNull([Field 1]) AND (IsNull([Field 2]),"No","Yes")
The error I keep receive is "Malformed If statement".
Any help is appreciated - thanks.