erinmyfanwy
09-22-2003, 08:32 AM
My database contains all the people married, baptised, buried in the Church that I work for. It also contains details of services, choir members, congregation etc. I want to make this flat table relational.
In the main table I want Name, address etc. I want to create related tables for the details of specific events (weddings, baptisms). If I kept all the information in the Main table there would be too many fields.
I want to set the 'Name' as the primary key (I have no duplicates) and relate all the tables through this field.
I want the 'Name field' in every related table to be updated when it is changed in the main table (I understand I can do this through referential integrity) BUT I also want new fields entered into the Main table to cascade up to the related tables.
Can anyone tell me how to do this?
In the main table I want Name, address etc. I want to create related tables for the details of specific events (weddings, baptisms). If I kept all the information in the Main table there would be too many fields.
I want to set the 'Name' as the primary key (I have no duplicates) and relate all the tables through this field.
I want the 'Name field' in every related table to be updated when it is changed in the main table (I understand I can do this through referential integrity) BUT I also want new fields entered into the Main table to cascade up to the related tables.
Can anyone tell me how to do this?