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...