J
Josh C Y
Hi there,
I am constructing recipe db using ms access. I use s sub form
(datasheet default view) to display the ingredient list and percentage,
cost, etc. within a master form.
In the sub form, a cost textbox calculate values from other fields that
convert ingredient cost to cost per LB bases. I use the "IIf(....)"
statement in the control source of that textbox to do the
job.
However, the textbox in the master form that sum the ingredient cost
based on the text box in the sub form gives me an error. The Access
keeps changing the content inside the Sum()statement in the control
source of the textbox to something else and won't do the calculation
and show ERROR.
Can someone tell me what can be the cause?
Thanks,
Josh
I am constructing recipe db using ms access. I use s sub form
(datasheet default view) to display the ingredient list and percentage,
cost, etc. within a master form.
In the sub form, a cost textbox calculate values from other fields that
convert ingredient cost to cost per LB bases. I use the "IIf(....)"
statement in the control source of that textbox to do the
job.
However, the textbox in the master form that sum the ingredient cost
based on the text box in the sub form gives me an error. The Access
keeps changing the content inside the Sum()statement in the control
source of the textbox to something else and won't do the calculation
and show ERROR.
Can someone tell me what can be the cause?
Thanks,
Josh