Results 1 to 8 of 8
  1. #1
    Tecwrds is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    4

    Distinguishing records of different families with the same name

    I am creating a membership database and I have several families with the same last name [some related some not]. How do I distinguish each family and members so I can run family member reports for the individual families?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Most databases have columns for Key fields. Key fields will have unique identifiers for entities. Most, if not all, of your tables should have at least one Primary Key column of unique identifiers. A common data type for Primary Key columns in Access is the AutoNumber type.

  3. #3
    Tecwrds is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    4
    Thank you for the reply. I understand about primary keys. I was wondering if I needed to use multiple tables such as family name and another with the member information and then use a relationship to distinguish each family.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    I am unsure if you are asking about table design or how to create a query using existing tables. Ideally, you will have multiple tables. I imagine one table will have many records where each record defines an individual. Various attributes, such as a nuclear family, extended family, address, etc. would be defined by a Foreign Key column.

  5. #5
    Tecwrds is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    4
    Yes, that is what I am asking. I'm just not sure how to go about it.

  6. #6
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Yes, that is what I am asking...
    What is that?
    When I first start creating a database, I use paper and pencil to create an Entity Relational Diagram (ERD). So, if you have some understanding about keys, create an ERD on paper.

    Perhaps this 15 minute video provide a place to start when trying to define your entities.
    https://www.youtube.com/watch?v=-fQ-bRllhXc

  7. #7
    Tecwrds is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    4
    Thank You that was most helpful.

  8. #8
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Here are some additional resources for database design.
    http://www.rogersaccesslibrary.com/f..._topic238.html

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

Similar Threads

  1. Replies: 3
    Last Post: 05-20-2015, 06:19 PM
  2. Replies: 4
    Last Post: 02-22-2015, 07:53 PM
  3. Replies: 4
    Last Post: 03-29-2014, 01:29 AM
  4. Replies: 2
    Last Post: 05-28-2013, 04:00 PM
  5. Replies: 1
    Last Post: 01-24-2013, 05:50 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