B
Bruce
In a report, I want to be able to see if there is a value
in the Personal Fax field. If there is, I want to use it;
if there is not, I want to use the Main Fax field. I have
tried =IIf(IsNull([Personal Fax]),[Main Fax],[Personal
Fax]. I have also tried a variant with Not IsNull. If
instead of the [Main Fax] field I use "text" it works, but
it does not work with the field name. What am I doing
wrong?
in the Personal Fax field. If there is, I want to use it;
if there is not, I want to use the Main Fax field. I have
tried =IIf(IsNull([Personal Fax]),[Main Fax],[Personal
Fax]. I have also tried a variant with Not IsNull. If
instead of the [Main Fax] field I use "text" it works, but
it does not work with the field name. What am I doing
wrong?