J
J
Hi there -
I have a relational database with 10 tables. They all have
the same primary key called, "Agency". (all unique names)
For example, one table holds the agency's mailing address,
another will hold the agency's revenue information, etc
etc.
There is a few people who will be responsible for data
entry, other than myself.
When one of these people add a new Agency name to one
table, it doesn't automatically populate the other 9
tables with the new addition. (FYI - people will add new
agencies to only one of the 9 tables via a form)
I'm wondering if this is possible somehow.
Referencial entegrity has been enforced, along
with 'Cascade Update' and 'Cascade Delete'.
Many thanks!
J.
I have a relational database with 10 tables. They all have
the same primary key called, "Agency". (all unique names)
For example, one table holds the agency's mailing address,
another will hold the agency's revenue information, etc
etc.
There is a few people who will be responsible for data
entry, other than myself.
When one of these people add a new Agency name to one
table, it doesn't automatically populate the other 9
tables with the new addition. (FYI - people will add new
agencies to only one of the 9 tables via a form)
I'm wondering if this is possible somehow.
Referencial entegrity has been enforced, along
with 'Cascade Update' and 'Cascade Delete'.
Many thanks!
J.