I have a combobox feed from a table with two differents fields (name and employeenumber) But I am only showing the name in the combobox.
Now Whenever I select the name in the combobox I want automatically to introduce the asociate employeenumer into a textbox.
I tried like this but I don't know what is wrong.
writing in the textbox (Control Source): = [Combobox].[Column](2)
Thank you very much
Now Whenever I select the name in the combobox I want automatically to introduce the asociate employeenumer into a textbox.
I tried like this but I don't know what is wrong.
writing in the textbox (Control Source): = [Combobox].[Column](2)
Thank you very much