Results 1 to 5 of 5
  1. #1
    santinimatias is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Nov 2013
    Posts
    13

    Insurance policy database

    I am starting designing a database for insurance sales.


    The design has to be a many-to-many relationship since:
    - the client can have multiple insurance policies with the same company
    - a company have many policies
    - the policy can have many people covered (the client, the insured and the beneficiary)

    The issues I have is that the policy can have multiple people involved: the client that purchases the insurance, the insured, and the beneficiary. All three can be the same person, or they can be different people.
    So I though of two ways to design this database:
    1. three tables: people (with their info), company (and their info), and people-company (with PeopleIDFK, CompanyIDFK, client, insured, beneficiary)
    2. Splitting people-company into two tables where the role of the people is in one table.

    Please check the two options I hand sketch, and please advice. Thank you!


    Click image for larger version. 

Name:	2013-11-03 15.34.31.jpg 
Views:	15 
Size:	136.3 KB 
ID:	14283Click image for larger version. 

Name:	2013-11-03 15.34.41.jpg 
Views:	15 
Size:	112.9 KB 
ID:	14284

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,742

  3. #3
    santinimatias is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Nov 2013
    Posts
    13
    Thank you for the response. however, those data models are for single companies, or brokers that work for one company. The model options I uploaded are for a broker that sells insurance packages for multiple companies. I would appreciate if you can pinpoint which of the two models makes more sense.
    Thank you again.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,742
    I agree those models may not suit your needs. They are generic and meant to show concepts and most often need some customization.

    Have you tried writing a paragraph or two about the business of Insurance Sales as it applies to you?

    This is a great exercise to clarify your thinking and resolving "gray areas" where definitions are similar but not always the same. There is a good tutorial on how to work from business description to a properly designed data base at http://www.rogersaccesslibrary.com/T...lationship.zip

    A few thoughts from 30000 feet:
    I would try to define Client, Insured and Beneficiary as Roles.
    (in my view the Client buys the Policy --{assumption that Person A can buy a policy that Insures person B})
    In each Policy these 3 roles exist. They may be populated by 1 to 3 people.
    Each Person (people) would be identified uniquely in a separate table.
    A Policy is provided by an InsuranceCompany to a Client for a named Insured and a named Beneficiary.
    A Client may have 1 or many Policy
    A Broker may represent 1 or many InsuranceCompany
    An InsuranceCompany can have 1 to many PolicyTypes.
    A Policy is for 1 PolicyType.


    Hope this is helpful, and welcome to the forum.

  5. #5
    santinimatias is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Nov 2013
    Posts
    13
    thank you so much... this is what i was looking for.
    I will check the link you included...
    Thank you again.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Insurance
    By mheavy in forum Access
    Replies: 1
    Last Post: 01-10-2013, 06:57 PM
  2. insurance database for personal use
    By rmch77 in forum Forms
    Replies: 1
    Last Post: 06-29-2011, 01:23 AM
  3. Replies: 3
    Last Post: 05-15-2011, 10:52 PM
  4. Replies: 1
    Last Post: 10-20-2010, 09:26 PM
  5. client database for insurance sales
    By rublerv in forum Access
    Replies: 1
    Last Post: 03-25-2010, 08:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums