I am trying to look up an employees name based on their ID #.
I have a combo box that has the employees Names and ID #s and stores the ID #.
I need the ID # because it is a primary key, but I want to display the name of the person selected in the combo box for verification. What made a query that looks up the employee based on the ID #, but I can’t get the result form the query back into the text box in my form. If there is an easier way to do this, please let me know, but as a rookie that’s trying to learn Access and VBA, I would also like to know how to write a script too-for next time.