Okay I don't know how to word this so it is not complicated. So I will give this my best shot, let me if it doesn't make any sense.
I have 3 tables that are linked: tblFacility, tblEnforcement, and tblInspection. Each table uses the same value for a key. On the form I am working with, it is bound to tblFacility. When I try to change the key value, which is the facility ID number, it gives me this error: "The record cannot be deleted or changed because tblEnforcement includes related records."
Is there some VBA code I can use to update the other tables so I don't keep getting this error?
I have 3 tables that are linked: tblFacility, tblEnforcement, and tblInspection. Each table uses the same value for a key. On the form I am working with, it is bound to tblFacility. When I try to change the key value, which is the facility ID number, it gives me this error: "The record cannot be deleted or changed because tblEnforcement includes related records."
Is there some VBA code I can use to update the other tables so I don't keep getting this error?