G
Guest
Hello to all,
I have two tables called "Main and Employees" and I want to stop users from
swapping employee names in existing records.
In other words: once an employee record is input into the Main table, don't
allow the EmployeeID for that record to be replaced by any other EmployeeID.
This has happened and it corrupts data integrity by getting employee data all
mixed up.
Using the example below:
If a record for Doe, Jane is already in the Main table how do I prevent a
user from switching the name "Doe, Jane" with a different person from the
Employees table.
Main Employees
--------------- --------------
MainID EmployeesID
EmployeesID Doe, Jane
Dough, John
Duncan, Tim
I have two tables called "Main and Employees" and I want to stop users from
swapping employee names in existing records.
In other words: once an employee record is input into the Main table, don't
allow the EmployeeID for that record to be replaced by any other EmployeeID.
This has happened and it corrupts data integrity by getting employee data all
mixed up.
Using the example below:
If a record for Doe, Jane is already in the Main table how do I prevent a
user from switching the name "Doe, Jane" with a different person from the
Employees table.
Main Employees
--------------- --------------
MainID EmployeesID
EmployeesID Doe, Jane
Dough, John
Duncan, Tim