I have 2 tables, one of them I import from another program and it gives me the status of the employees, and the other has all the data, but I can't link the tables since the table employee has no Primary key, because an employee can be in this table multiple times.
I have a form that I enter data in, and then it saves it to another table. But when it saves I have a field named Code that gets update, but I need the code field from my table Employee to get update to.
Is this possible since the 2 tables are not linked....
I have a form that I enter data in, and then it saves it to another table. But when it saves I have a field named Code that gets update, but I need the code field from my table Employee to get update to.
Is this possible since the 2 tables are not linked....