J
JT
In a single form, I am looking to multiply the result of a combo box
selection and a label entry to show up in another label automatically
here are the elements I am working with
Table: "tbl_parts"
Fields: plant/part_num/price
In a form: "frm_data"
I have 2 combo boxes
"cbo_city" and "cbo_part"
(cbo_city cascades down to cbo_part)
In the same form I have a quantity label: "lbl_qty"
and also a payment amount Label: "lbl_pmtamt"
Based on which part number is selected in "cbo_part" I need to multiply the
price associated with that part by the quantity entered in "lbl_qty" and have
the results show up in "lbl_pmtamt"
selection and a label entry to show up in another label automatically
here are the elements I am working with
Table: "tbl_parts"
Fields: plant/part_num/price
In a form: "frm_data"
I have 2 combo boxes
"cbo_city" and "cbo_part"
(cbo_city cascades down to cbo_part)
In the same form I have a quantity label: "lbl_qty"
and also a payment amount Label: "lbl_pmtamt"
Based on which part number is selected in "cbo_part" I need to multiply the
price associated with that part by the quantity entered in "lbl_qty" and have
the results show up in "lbl_pmtamt"