Dylan Snyder
Registered User.
- Local time
- Today, 03:06
- Joined
- Dec 31, 2007
- Messages
- 89
I have a table I am splitting into three tables in a one to one fashion(because I was told to do it) The Index of the original table is set to:
Item Key (autonumber)
and UPC Number
I have created the two new tables from the original table, have added Item Key as the Primary key on the original table and the two child tables. I have set referential integrity for the relationships, but adding a new record will not add a new record to the child tables. Can anyone suggest something that I am doing incorrectly?
Item Key (autonumber)
and UPC Number
I have created the two new tables from the original table, have added Item Key as the Primary key on the original table and the two child tables. I have set referential integrity for the relationships, but adding a new record will not add a new record to the child tables. Can anyone suggest something that I am doing incorrectly?