G
Guest
Hello,
I have a combobox named "Bulk" and a text box named "Routing", I would like
the Routing box to auto populate after the user selects an option from
"Bulk". The Bulk combo box is bound to a table named "Products and bulks".
The Routing selection would be coming from the same table.
Could someone please explain this to me? I have tried different codes like:
Private Sub cboPersonID_AfterUpdate()
Me.txtPersonName.Value = Me.cboPersonID.Column(1)
End Sub
Everytime I put this in the Combo Box's afterupdate property, an error
message comes up saying it can't find the me.______
Thanks,
I have a combobox named "Bulk" and a text box named "Routing", I would like
the Routing box to auto populate after the user selects an option from
"Bulk". The Bulk combo box is bound to a table named "Products and bulks".
The Routing selection would be coming from the same table.
Could someone please explain this to me? I have tried different codes like:
Private Sub cboPersonID_AfterUpdate()
Me.txtPersonName.Value = Me.cboPersonID.Column(1)
End Sub
Everytime I put this in the Combo Box's afterupdate property, an error
message comes up saying it can't find the me.______
Thanks,