Results 1 to 2 of 2
  1. #1
    msmithtlh is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2013
    Posts
    151

    Need to correct relationships

    I have incorrectly created the relationship between 2 tables: individuals and congregations and can't seem to fix it.



    There can be many individuals in a congregation. Not all individuals will be associated with a congregation.

    I'm thinking this makes the relationship

    congregations to individuals
    one to many

    Enforce referential integrity ???

    If I correct this in the relationship model, is there anywhere else I need to correct it? Queries?

    Thanks!!!

  2. #2
    Join Date
    Apr 2017
    Posts
    1,679
    You need:
    1. Table of individuals, like tblIndividuals: IndividualID, ForeName, LastName;
    2. Table of congregations, like tblCongregations: CongregationID, CongregationName;
    3. Table like tblCongegrationMembers: MemberID, CongregationID, IndividualID.

    In case you want to set relatioships, you have to set relationships between tblCongregationMembers and tblCongregations, and between tblCongregationMembers and tblIndividuals.

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

Similar Threads

  1. Replies: 1
    Last Post: 03-02-2020, 04:35 PM
  2. Are my relationships correct?
    By wbuff in forum Access
    Replies: 7
    Last Post: 04-25-2017, 08:32 PM
  3. Replies: 5
    Last Post: 03-09-2015, 11:55 PM
  4. Setting correct relationships
    By rfalv32 in forum Access
    Replies: 1
    Last Post: 10-22-2011, 07:59 PM
  5. Table relationships correct?
    By monkeyhead in forum Database Design
    Replies: 2
    Last Post: 12-07-2010, 02:22 PM

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