J
JimS
I have a text box in the header of a continuous form with the following
control source:
=Sum(Round(nz([BoMItemQty]*[tbHourlyRate]*[BoMItemUnitLaborHrs],0),2))
....BoMItemQty is a column in the form's record source
....BoMItemUnitLaborHrs is a column in the form's record source
....tbHourlyRate is a text box in the header of the form
I get a #Error
Ideas?
control source:
=Sum(Round(nz([BoMItemQty]*[tbHourlyRate]*[BoMItemUnitLaborHrs],0),2))
....BoMItemQty is a column in the form's record source
....BoMItemUnitLaborHrs is a column in the form's record source
....tbHourlyRate is a text box in the header of the form
I get a #Error
Ideas?