cousinconley
MIS
I have a Microsoft Access 2000 database and form. The form writes to a Transaction table. The form has a drop down list that pulls an employee number from an Employee table. I have a field for employee name I would like to populate based on the employee number.
Here is what I am trying to do:
SELECT EMPLOYEE.NAME FROM EMPLOYEE WHERE EMPLOYEE.EMPLID = FORM.EMPLOYEE_NUMBER
I have never done anything this advanced in Access and wondered if someone could point me the right way. I have tried dozens of VBA examples with no luck.
Thanks, Richard
Here is what I am trying to do:
SELECT EMPLOYEE.NAME FROM EMPLOYEE WHERE EMPLOYEE.EMPLID = FORM.EMPLOYEE_NUMBER
I have never done anything this advanced in Access and wondered if someone could point me the right way. I have tried dozens of VBA examples with no luck.
Thanks, Richard