I've got a combobox that has 4 coloums (lets call them A B C and D)
D is the primary key and is a 'code' e.g.001 (unique)
A is the value that is shown in the combobox window (this field has duplicates)
now, after i select an option from the combobox I click a button. I need this button to copy field B to a textbox where field d is equal to the one selected in the combobox.
Any ideas?
D is the primary key and is a 'code' e.g.001 (unique)
A is the value that is shown in the combobox window (this field has duplicates)
now, after i select an option from the combobox I click a button. I need this button to copy field B to a textbox where field d is equal to the one selected in the combobox.
Any ideas?