R
Russ Kroeger
I have an A/P report that I want to display open payables. In the Table
this report gets it's data from I have a field named P/UCarrPdChk and
another named P/UCarrChg. I am trying to set up the report using
conditional formatting where if P/UCarrPdChk is empty in the table,
P/uCarrChg will report the amount. The expression I have been trying to use
is =IIf(IsNull([P/UCarrPdChk]), " " , [P/UCarrChk]). Access tells me the
syntax is incorrect. I have tried various combinations of space between the
commas to no avail. Can anyone help me?
this report gets it's data from I have a field named P/UCarrPdChk and
another named P/UCarrChg. I am trying to set up the report using
conditional formatting where if P/UCarrPdChk is empty in the table,
P/uCarrChg will report the amount. The expression I have been trying to use
is =IIf(IsNull([P/UCarrPdChk]), " " , [P/UCarrChk]). Access tells me the
syntax is incorrect. I have tried various combinations of space between the
commas to no avail. Can anyone help me?