Re: confusing relationships
- From: "kingnothing via AccessMonster.com" <u18754@uwe>
- Date: Wed, 22 Mar 2006 07:12:04 GMT
Thanks Vincents for the reply...
Vincent Johns wrote:
Even if some of the people in your database will never be policyholders,
No this database is being designed for a company that deals with other
peoples insurance policies...so all their clients have some sort of an
insurance policy...
my guess is that there are many fields common to [Contacts], [Spouse],
and [Child], such as name, sex, and birth date, and maybe health
information. If so, I suggest putting all of those common fields into
one combined [Persons] Table.
OK, this is on the lines of Allen Brownes reply...
You could include some other fields, such
as foreign keys back to the same [Persons] Table to identify an insured
person's spouse, or parent, etc.
How do you do this???
Do you mean store all the information abt the insurance in one table ...say
[Insurance], have that linked to the [Persons] table with foreign keys ??
Trying to maintain this personal
information in several separate Tables is likely to create headaches for
you, as you'll have to do the same work several times in designing and
using those Tables.
You are right, i'm at my wits end here!!
How you should identify multiple spouses I'm not sure (it depends onIt is a sequence of policies covering different time periods...to cover that..
what you want to do with the information), but I can see tricky
situations, such as to which of several spouses a particular child
should be linked. Or maybe you want a many-to-many children to parents
relationship defined. (You would probably need another Table in which
each record identifies a link between some child and some parent,
similar to the [tblClient] linking Table in Allen's sample database.)
Do some of these named spouses also have multiple spouses whom you need
to track? If so, this might call for another many-to-many relationship,
and another linking Table to manage it. (You might be able to combine
two such linking Tables, if they contain similar information.)
Is exactly one insured person named on each policy? Does your 1-to-many
[Contact] to [Insurance] relationship correspond to multiple
beneficiaries, or would it be a sequence of policies covering different
time periods?
..i have another table [PolicyType] which has all policy types (time periods
etc) which is linked to the insurance table with 1-many...
You may find that it will make sense, at first, to make some simplifying
assumptions, and try to set up a working database based on those, and
then embellish it later. For example, if you have only two clients with
multiple marriages, you might include a [Notes] field (memo data type)
in which you record special circumstances, and then manually update the
special information applying to those two clients, until you have
standard procedures in place to deal with them.
Now before you people replied, i did some changes to the db, and this is how
it looks now...http://members.westnet.com.au/mukund/rel.gif
-- Vincent Johns <vjohns@xxxxxxxxxxxxxxxxxx>
Please feel free to quote anything I say here.
Not sure I would use separate tables for contact, spouse, and child.[quoted text clipped - 56 lines]
kingnothing
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: confusing relationships
- From: Vincent Johns
- Re: confusing relationships
- References:
- confusing relationships
- From: kingnothing via AccessMonster.com
- Re: confusing relationships
- From: Allen Browne
- Re: confusing relationships
- From: Vincent Johns
- confusing relationships
- Prev by Date: Re: confusing relationships
- Next by Date: Re: confusing relationships
- Previous by thread: Re: confusing relationships
- Next by thread: Re: confusing relationships
- Index(es):
Relevant Pages
|