Results 1 to 3 of 3
  1. #1
    accessaws is offline Novice
    Windows 10 Office 365
    Join Date
    Feb 2022
    Posts
    1

    Post Help a Noob

    Hi, No experience with Access but work in IT and am a quick learner, I want to create a database where I would list a bunch of people (names, location, etc) and then have another list of hobbies. I want to link a person to their hobbies, whether it be one hobby from the list or multiple hobbies. I then need to report what certain individuals have what hobbies in common.
    For example. Bob is linked to bowling, gardening, walking. Sue is linked to bowling, reading, Tom is linked to reading.


    I run a report to see what Bob has in common with Sue, result is bowling. I run a report to see what Bob has in common with Tom, no results.
    Access for MS Office 365

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    5,020
    You will need at least

    tblPeople
    tblHobby
    tblPeopleHobby

    The last table will link to the other two tables

    I would use an autonumber field for each table and use them as your PK, FK

    That should get you started.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    orange's Avatar
    orange is online now Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,743
    @accessaws

    I recommend this tutorial from RogersAccessLibrary to assist with database design. Normalization.
    He leads you through a procedure to go from a business description, to table and relationships to support your business.
    You will learn and what you learn can be used with any database.

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

Similar Threads

  1. Noob help pls
    By Ohad in forum Access
    Replies: 1
    Last Post: 02-25-2014, 08:11 AM
  2. Noob Help
    By mryanp in forum Access
    Replies: 5
    Last Post: 01-04-2013, 04:10 PM
  3. Noob help!
    By sharVyn in forum Access
    Replies: 3
    Last Post: 02-02-2012, 09:46 AM
  4. Noob help please
    By cdzajp in forum Queries
    Replies: 3
    Last Post: 06-22-2011, 12:40 PM
  5. noob help please
    By cdzajp in forum Queries
    Replies: 3
    Last Post: 05-06-2011, 07:35 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