K
kathrynwoning via AccessMonster.com
I have 4 bound fields that I would like to add together to arrive at an
overall total. The calculated total needs to appear on a report, but not in
the table.
Before adding these fields the control source for bidCalcTotal looked like
this and worked perfectly:
=Nz([bidTotal])-Nz([altRoomCostSubTs])
Currently this is the code on the Control Source for bidCalcTotal
=[bidTotal]+Nz([altRoomCostSubTs])+[bidDeliver]+[bidInstall]
The original code worked on this before I added two fields to the form's
control source: bidDeliver and bidInstall. The moment they were added to the
qry the bidCalcTotal field messed up. Why is that?
overall total. The calculated total needs to appear on a report, but not in
the table.
Before adding these fields the control source for bidCalcTotal looked like
this and worked perfectly:
=Nz([bidTotal])-Nz([altRoomCostSubTs])
Currently this is the code on the Control Source for bidCalcTotal
=[bidTotal]+Nz([altRoomCostSubTs])+[bidDeliver]+[bidInstall]
The original code worked on this before I added two fields to the form's
control source: bidDeliver and bidInstall. The moment they were added to the
qry the bidCalcTotal field messed up. Why is that?