Hi all:
I have a very simple database with 2 tables: database and namelookup. I am setting up a data entry form so that someone can enter data on employees. I have a combobox (cboName) on a form, and based on that value, I want the employeeID field to automatically populate based on the name.
I...