J
John
I have a database with four seperate tables. Patient Demographics, Surgical
Information, Follow up and Patient Satisfaction. I used the patients medical
record number as the primary key in each of the tables since it stays the
same for the life of the patient and is unique for every patient. I joined
the tables with a one to one relationship and enforced referential integrity
and cascade update. I would assume that once I add the medical record number
into the Patient Demographics table for record number one it should
automaticly update that medical record number in all of the other tables
where the medical record number field is for record number one. It does not
update. I need to type it in for each table. What am I doing wrong?
Information, Follow up and Patient Satisfaction. I used the patients medical
record number as the primary key in each of the tables since it stays the
same for the life of the patient and is unique for every patient. I joined
the tables with a one to one relationship and enforced referential integrity
and cascade update. I would assume that once I add the medical record number
into the Patient Demographics table for record number one it should
automaticly update that medical record number in all of the other tables
where the medical record number field is for record number one. It does not
update. I need to type it in for each table. What am I doing wrong?