unforgiven
Technical User
Hello I’m a little new to access VBA, I’ve only done VBA in excel. I’m selecting an ID value out of a combo box. When I select the value in the combo box I would like it to get values into a couple of text boxes. So, in other words select the Employee ID from a combo box and then look up the First Name and Last name of employee from a table. Do I need to do a query? Or since they are in the same table just use code to look up the value? Any help would be appreciated.