djswitters
Technical User
I'm an Access novice and would really appreciate some help getting my head around this:
I have a table called Customer w/ PK CustomerID (autonumber). I then have 8 other tables, called Vendor A, Vendor B, Vendor C, etc. Each of these 8 tables has a field CustomerID as their PK, and each of these Customer ID fields in the Vendor tables are connected to the single CustomerID field in the Customer table w/ one-to-one relationships.
In my form, whenever I add data for more than one of the Vendor tables, I get the error message "You cannot add or change a record because a related record is required in table Customer"[/color blue].
Am I missing something fundamental about relationships that this is an inoperable relationship in the first place? I tried adding the Customer data in first with a seperate form and then going back with my main form to edit/add the Vendor tables data but got the same message.
Thank you for any help you can offer. I'm trying to read everything I can about this but can't find a solution.
I have a table called Customer w/ PK CustomerID (autonumber). I then have 8 other tables, called Vendor A, Vendor B, Vendor C, etc. Each of these 8 tables has a field CustomerID as their PK, and each of these Customer ID fields in the Vendor tables are connected to the single CustomerID field in the Customer table w/ one-to-one relationships.
In my form, whenever I add data for more than one of the Vendor tables, I get the error message "You cannot add or change a record because a related record is required in table Customer"[/color blue].
Am I missing something fundamental about relationships that this is an inoperable relationship in the first place? I tried adding the Customer data in first with a seperate form and then going back with my main form to edit/add the Vendor tables data but got the same message.
Thank you for any help you can offer. I'm trying to read everything I can about this but can't find a solution.