Hi All
I have a table with three fields: auto number primary key, last name and first name. I have another table where I want to assign tasks to people. I have been told that good programming practice is to link tables via autonumber primary key. This means that in the task allocation table, I allocate tasks to numbers, not people. This is not practical.
I would like to create a form that displays the Last name and first name in a single field and lookup combo box, but stores the autonumber linked to that name, not the name itself. Any ideas on how to go about it?
I have a table with three fields: auto number primary key, last name and first name. I have another table where I want to assign tasks to people. I have been told that good programming practice is to link tables via autonumber primary key. This means that in the task allocation table, I allocate tasks to numbers, not people. This is not practical.
I would like to create a form that displays the Last name and first name in a single field and lookup combo box, but stores the autonumber linked to that name, not the name itself. Any ideas on how to go about it?