F
Frank Situmorang
Hello,
I tried to desingn a church membership database that can be used worldwide.
The blank database will be given to all churches all over the world.
Separately they will fill in their own data, but we want to maintain the
uniqueness of the member ID dan address ID, so when we come to consolidation
these 2 PK is always unique.
We have our level of organization/offices asm follows starting from the lower:
1. local church _ Chruch ID as PK
2. Regional _ REgional ID as PK
3. Union - Union ID as PK
4 Division - Division IS as PK
On the member table as well as Adress table, we want to make a 4 field PK(
derives from the ID of the above 4 PK) will be linked to 1 field FK in the
church table. The purpose of this when we consolidate it in the anyone of the
above 3 upper level, the uniqueness of member and address data are still
guaranteed.
My question is how can we do the 4 PK will go to 1 field FK. Currently I use
combo but because it is 1 field Primary Key, it is easy.
Thanks for any idea.
I tried to desingn a church membership database that can be used worldwide.
The blank database will be given to all churches all over the world.
Separately they will fill in their own data, but we want to maintain the
uniqueness of the member ID dan address ID, so when we come to consolidation
these 2 PK is always unique.
We have our level of organization/offices asm follows starting from the lower:
1. local church _ Chruch ID as PK
2. Regional _ REgional ID as PK
3. Union - Union ID as PK
4 Division - Division IS as PK
On the member table as well as Adress table, we want to make a 4 field PK(
derives from the ID of the above 4 PK) will be linked to 1 field FK in the
church table. The purpose of this when we consolidate it in the anyone of the
above 3 upper level, the uniqueness of member and address data are still
guaranteed.
My question is how can we do the 4 PK will go to 1 field FK. Currently I use
combo but because it is 1 field Primary Key, it is easy.
Thanks for any idea.