sneddens Posted July 27, 2001 Posted July 27, 2001 I have created two quite polished database applications and there is one problem remaining for me... On a data entry form that uses a master file and a related file, sometimes a person may want to change the data in the key field and have it change in all the related records at the same time. Instead what happens is that the related information disappears because the key field has been changed in the master. It's still there but inaccessible except to manually go in and change the key field of the related file. Other users wouldn't know this. How can I design around this?
spragueg Posted July 27, 2001 Posted July 27, 2001 You should use an auto enter unique serial number or unique calculation in your master file as the basis for your key. Keep that key hidden from the user. That way the relationship is not broken when the data changes.
sneddens Posted July 27, 2001 Author Posted July 27, 2001 Thanks. Can't believe I got this far without really understanding why to do that.
Recommended Posts
This topic is 8611 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now