J
John
I am trying to set-up a job costing sheet. I have 1 combo box doing a simple
hours * rate calculation. I have 15 different "hour" boxes and 15 different
"rate" boxes. All of these boxes have a "" default value. I then have 15
different "Total Cost" boxes doing the rate * hours calculation. These combo
boxes utilize the IIf() statement so that I do not have a row of $0.00. At
the bottom of the form, I have a "Labor Totals" combo box. This box is to add
all of the "Total Cost" boxes that have a value in them. My problem is that
this form does not work with the IIf () statement in the "Total Cost" combo
box. It just has a "" value. If I remove the IIf() statement, this box
calculates fine. Is there any way to have a running sum box and utilize the
IIf statement at the same time?
hours * rate calculation. I have 15 different "hour" boxes and 15 different
"rate" boxes. All of these boxes have a "" default value. I then have 15
different "Total Cost" boxes doing the rate * hours calculation. These combo
boxes utilize the IIf() statement so that I do not have a row of $0.00. At
the bottom of the form, I have a "Labor Totals" combo box. This box is to add
all of the "Total Cost" boxes that have a value in them. My problem is that
this form does not work with the IIf () statement in the "Total Cost" combo
box. It just has a "" value. If I remove the IIf() statement, this box
calculates fine. Is there any way to have a running sum box and utilize the
IIf statement at the same time?