gusbrunston
Programmer
The choice in a combo box is saved in one field. The data from the second column is displayed in an unbound text box.
Continuous forms.
When choice is made from combo box for latest record, the correct data from the second column is properly displayed in an unbound text box, BUT all the visible previous records have the same new data substituted in the same text box.
Here's the code from the combo box After update:
Anybody???
:-I
Gus Brunston
An old PICKer
padregus@home.com
Continuous forms.
When choice is made from combo box for latest record, the correct data from the second column is properly displayed in an unbound text box, BUT all the visible previous records have the same new data substituted in the same text box.
Here's the code from the combo box After update:
Code:
Private Sub cboPayerPayeeID_AfterUpdate()
Me.txtPPName = Me.cboPayerPayeeID.Column(1)
End Sub
Anybody???
:-I
Gus Brunston
An old PICKer
padregus@home.com