Fizzio
Chief Torturer
- Local time
- Today, 10:59
- Joined
- Feb 21, 2002
- Messages
- 1,885
I have 2 identical databases on 2 sites storing patient information but now they are networked, I can now access a shared BE on the network. How can I append all the data from one BE to the shared BE when I have linked tables eg tblPatientInfo linked to tblReferralInfo via PatientID, tblReferralInfo linked to tblContactInfo via ReferralID. Referential integrity is enforced with cascade update enabled but I'm not sure where to start to ensure that the links remain valid.