G
Guest
I have an database I use to summarize time cards for my company. This
summary is then sent to to our payroll processors ( another company). I use
the employee id as a primary key in the following tables: Employee, Time
Card, Stat Pay. Unfortunately the other company sets the employee ids so
when I create a new employee I make up a temporary ID. Within a week I
recieve the proper employee ID.
I have referential inegrity enforced but did not check off any of the
cascade options
Is it possible for one query to update the employee ID's on all three tables
with out the referential integrity complaining that the record cannot be
changed because other talbe reference the number? Right now my only option
is to delete and recreate my database relationships.
Thanks in advance for any help
summary is then sent to to our payroll processors ( another company). I use
the employee id as a primary key in the following tables: Employee, Time
Card, Stat Pay. Unfortunately the other company sets the employee ids so
when I create a new employee I make up a temporary ID. Within a week I
recieve the proper employee ID.
I have referential inegrity enforced but did not check off any of the
cascade options
Is it possible for one query to update the employee ID's on all three tables
with out the referential integrity complaining that the record cannot be
changed because other talbe reference the number? Right now my only option
is to delete and recreate my database relationships.
Thanks in advance for any help