P
patentinv
Hi, I'm in the process of building a program in access 2003 for estimating
roofs, I've ran into a little problem, as described below. Any suggestions
would be very useful
Populating the text box’s that relate to the chosen combo box’s with the sum
of a calculation.
In other words if (X combo box) is chosen (There are many combo boxes to
choose from) populate (XX text box) that relates to the X combo box that was
chosen, with the sum of a calculation.
Refer to the print screen example of my program:
http://www.roofmart.net/Rest.asp
Notice under the label felts the 15lb 36†felt combo box we’ll name
(cbo1536felt) is chosen and it displays the value of 11 and next to the combo
box is a text box we’ll name (txtfeltrolls) that displays the value of 25 The
calculation will be (11*25) = 275 this value of 275 must be added to the text
box values that are being shown in the forms header under 30yr we’ll name
(txt30yrtot) where it reads $4,606.80 this is because the 30yr comp we’ll
call (cbo30yr) and the 40 yr comp combo boxes are the only chosen roof types
under the label roof types.
Thanks -- Any help with be greatly appreciated.
roofs, I've ran into a little problem, as described below. Any suggestions
would be very useful
Populating the text box’s that relate to the chosen combo box’s with the sum
of a calculation.
In other words if (X combo box) is chosen (There are many combo boxes to
choose from) populate (XX text box) that relates to the X combo box that was
chosen, with the sum of a calculation.
Refer to the print screen example of my program:
http://www.roofmart.net/Rest.asp
Notice under the label felts the 15lb 36†felt combo box we’ll name
(cbo1536felt) is chosen and it displays the value of 11 and next to the combo
box is a text box we’ll name (txtfeltrolls) that displays the value of 25 The
calculation will be (11*25) = 275 this value of 275 must be added to the text
box values that are being shown in the forms header under 30yr we’ll name
(txt30yrtot) where it reads $4,606.80 this is because the 30yr comp we’ll
call (cbo30yr) and the 40 yr comp combo boxes are the only chosen roof types
under the label roof types.
Thanks -- Any help with be greatly appreciated.