T
Timbo2020
Hi, I have created a database using 4 tables. The main table is category
using categoryID as a primary key and category name as another field. That
flows to another table i created that is called Audio_2006 and is using
categoryID as a secondary key and AudioID as a primary key. From the
Audio_2006 table it is connected to two other tables that are called
Audio_Inverntory_2006 using AudioInID as the primary and AudioID and also
AudioAccessoriesID as secondary keys. The Audio_Accessories_2006 table has
AudioAccessoriesID as the primary and AudioID and AudioInID as both secondary
keys linking together all the tables. When I run it, and try to add a new
record an error occurs....
"You cannot add or change a record because a related record is required in
table 'Audio_Inventory_2006'"
I have all the information in each table following the itegrity rules and
the rules for the relationship.
I was wondering if anybody can shed some light on the extent of this error
and what it involves.
Tim
using categoryID as a primary key and category name as another field. That
flows to another table i created that is called Audio_2006 and is using
categoryID as a secondary key and AudioID as a primary key. From the
Audio_2006 table it is connected to two other tables that are called
Audio_Inverntory_2006 using AudioInID as the primary and AudioID and also
AudioAccessoriesID as secondary keys. The Audio_Accessories_2006 table has
AudioAccessoriesID as the primary and AudioID and AudioInID as both secondary
keys linking together all the tables. When I run it, and try to add a new
record an error occurs....
"You cannot add or change a record because a related record is required in
table 'Audio_Inventory_2006'"
I have all the information in each table following the itegrity rules and
the rules for the relationship.
I was wondering if anybody can shed some light on the extent of this error
and what it involves.
Tim