S
Scott Viney
G'day All,
I have a sub form called sfrmCustomersQuotationDetails that displays all the
records for a certain client and quote.
In the subform I have a combo box that can be used to select the product for
the quote. What I want to happen is when the user selects this combo box
and picks an product the default price and tax values are written into
fields in the quote details. I have created and afterupdate event for the
combo box, but dont know how to code it to do this. This is abit out of my
league at the moment.
Private Sub Combo13_AfterUpdate()
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails![QuotationProduct
VRUnit] =
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails!Combo13.Column(3)
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails![QuotationProduct
IVA] =
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails!Combo13.Column(4)
End Sub
If anyone can help me, cheers
Scott V
I have a sub form called sfrmCustomersQuotationDetails that displays all the
records for a certain client and quote.
In the subform I have a combo box that can be used to select the product for
the quote. What I want to happen is when the user selects this combo box
and picks an product the default price and tax values are written into
fields in the quote details. I have created and afterupdate event for the
combo box, but dont know how to code it to do this. This is abit out of my
league at the moment.
Private Sub Combo13_AfterUpdate()
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails![QuotationProduct
VRUnit] =
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails!Combo13.Column(3)
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails![QuotationProduct
IVA] =
frmCustomersQuotationDetails!sfrmCustomersQuotationDetails!Combo13.Column(4)
End Sub
If anyone can help me, cheers
Scott V