Folks
I expect this one has been asked a hundred times before, but I can't find it anywhere.
I have two tables, one of which is a "person" table consisting of fields for employee number (primary key), last name and first name. The second table contains a person field that has a many-one relationship to the employee number field in the person table.
I also have a form that's to be used for inputting data to the second table. Now, since the people inputting the data will know the people whose names are to be input by first and last name but not necessarily by employee number, I want the values in my combo box list to have the following format: last_name, first_name (employee_number). But how can I then have only the employee number entered into the second table?
Thanks
Remster