I have one main table which has a AccountNumber field, the primary key. This field is linked to many other tables. I want to be able to enter the value into the main table and have it dispersed to all the other tables, in which it is linked with. How do i do that?
P.S. I have linked the fields, enfoced referential integrity, and checked of cascade update related fields. This did not automaticall update the fields in the rest of the tables for me.
Please help.
Chappy
P.S. I have linked the fields, enfoced referential integrity, and checked of cascade update related fields. This did not automaticall update the fields in the rest of the tables for me.
Please help.
Chappy