D
DKnight via AccessMonster.com
Hi,
I am trying to run a report and I have four address lines. On the report,
if the first address line is blank, I would like to print the second address
in the field. I have coded it will the following code but it doesn't work.
What am I doing wrong?
Iif(isNull([coaddr]), [addr1], [coaddr])
Thanks in advance for any help!!
I am trying to run a report and I have four address lines. On the report,
if the first address line is blank, I would like to print the second address
in the field. I have coded it will the following code but it doesn't work.
What am I doing wrong?
Iif(isNull([coaddr]), [addr1], [coaddr])
Thanks in advance for any help!!