P
pjo
I am trying to insert a comma between [name] and [section name] field if the
[name] field is not null - but I don't want the comma if the [name] field is
null
RPTNAME: IIf([name]=" ",[section name],IIf([name]>" ",[name] & ", " &
[section name]))
But the RPTNAME comes up blank if there is not data in the [name] field.
Any suggestions?
[name] field is not null - but I don't want the comma if the [name] field is
null
RPTNAME: IIf([name]=" ",[section name],IIf([name]>" ",[name] & ", " &
[section name]))
But the RPTNAME comes up blank if there is not data in the [name] field.
Any suggestions?