Good Afternoon All,
I have an unbound field in a report and the report is tied to a query. I want the unbound field to populate with the contents of the first field [field1] but if that field is null...then I want it to populate with the contents of [field2]. I am using the following statement in the control source:
=IIf(IsNull([Field1]), "", [Field2])
but I am getting an Error# message.
Suggestions? Thanks in advance!
JAM
I have an unbound field in a report and the report is tied to a query. I want the unbound field to populate with the contents of the first field [field1] but if that field is null...then I want it to populate with the contents of [field2]. I am using the following statement in the control source:
=IIf(IsNull([Field1]), "", [Field2])
but I am getting an Error# message.
Suggestions? Thanks in advance!
JAM