F
Frank
I'm looking for and can't find a way to select a item form a combobox when a
txt field is changed.
The other way around is me.Debnr = me.cboClient.column(2)
The content of the combobox is
ClientID(hidden), CorpName, Debnr
So when I fill-in a Debnr in the text field, on the event afterupdate the
combobox should display the corresponding CorpName in the combobox.
Can anyone help me with a vba code?
txt field is changed.
The other way around is me.Debnr = me.cboClient.column(2)
The content of the combobox is
ClientID(hidden), CorpName, Debnr
So when I fill-in a Debnr in the text field, on the event afterupdate the
combobox should display the corresponding CorpName in the combobox.
Can anyone help me with a vba code?