J
jake
Hi guys,
I have a databse program I trying to develope for my funeral home. I
recently discovered that I should break up my one large table and
normalize it into the several seperate tables. They are listed below.
Vitals (Master_key primary Key)background info)
Death_Info ( death info - place time etc..)
Service (service place,times, minister etc...)
Cemetery (cemetery name, place, lot number etc...)
NOK (Next of Kin, address, phone etc...)
FH (funeral home)
Merchandise (items selected by family, casket,urn,vault etc...)
the following tables are not used on every case,
Cremation (cremation info: crematory, permit signer etc.)
Coroner (Coroner name, reason, etc...)
Military (military rank, war, va marker, flag)
I getting confused as how to link all of the above tables - so that I
can use them with a form.
1) What is the proper way to set up each table in regard to primary
keys?
2) What is the proper way to then set up thier relationships?
3) What do I then do next? the query or the form, or c something else?
Thanks for your help, Jake
I have a databse program I trying to develope for my funeral home. I
recently discovered that I should break up my one large table and
normalize it into the several seperate tables. They are listed below.
Vitals (Master_key primary Key)background info)
Death_Info ( death info - place time etc..)
Service (service place,times, minister etc...)
Cemetery (cemetery name, place, lot number etc...)
NOK (Next of Kin, address, phone etc...)
FH (funeral home)
Merchandise (items selected by family, casket,urn,vault etc...)
the following tables are not used on every case,
Cremation (cremation info: crematory, permit signer etc.)
Coroner (Coroner name, reason, etc...)
Military (military rank, war, va marker, flag)
I getting confused as how to link all of the above tables - so that I
can use them with a form.
1) What is the proper way to set up each table in regard to primary
keys?
2) What is the proper way to then set up thier relationships?
3) What do I then do next? the query or the form, or c something else?
Thanks for your help, Jake