G
Guest
So I have 3 combo boxes each having two columns, within a form. Next to each
combo box is a text box that shows the price based on the selected product
from the combo box. How do I sum all 3 TEXT box values in another text box
called Total?
It looks like this
Combo box 1 (then select product) Text box 1 (shows price of
selected product)
etc.
Total text box (control source is =sum([Text1]+[Text2]+[Text3])
And it gives me #Error!
Thanx
combo box is a text box that shows the price based on the selected product
from the combo box. How do I sum all 3 TEXT box values in another text box
called Total?
It looks like this
Combo box 1 (then select product) Text box 1 (shows price of
selected product)
etc.
Total text box (control source is =sum([Text1]+[Text2]+[Text3])
And it gives me #Error!
Thanx