T
T.J. Bernard
I am not sure why, but my IIF function fields will not
work in my ADP reports. I have an IIF set up to determine
if a field is null, and if so, just print that null field,
and if not, concatenate the field with another field.
IIF(IsNull([Volume]), [Volume], [Volume] & " OF " & [OF])
This works just fine in my MS Access reports but not my
ADP reports.
Any ideas?
Thank you,
T.J.
work in my ADP reports. I have an IIF set up to determine
if a field is null, and if so, just print that null field,
and if not, concatenate the field with another field.
IIF(IsNull([Volume]), [Volume], [Volume] & " OF " & [OF])
This works just fine in my MS Access reports but not my
ADP reports.
Any ideas?
Thank you,
T.J.