Results 1 to 5 of 5
  1. #1
    lbaumeister is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    2

    Question Database for 4h club and yearly fair


    I am a moderate to advance user of excel and a beginner at Access. I volunteer to take care of records for our annual fair for 4H. The information is the members, the project animals they weigh-in/check-in each year, the classes the animals will then be placed into depending on type and weight, the placings the kids earn with the animals and then last but not least, produce a sale bill for the auction at the end of the show based on the placings earned during the show. Making this work with a very complicated spreadsheet, but would like to move to access for easier way to enter the data each year and produce the classes, etc. Just having a hard time picturing the relationships to figure out the best way to enter the data. Wondering if anyone could point me to a sample database and/or tutorials that could possibly have similar traits? Thanks

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 10 Access 2013
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Start here to understand data normalization and design considerations.

    http://r937.com/relational.html

    Here is a link to database schemas that may help you sort out your requirements also

    http://www.databaseanswers.org/data_models/

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    No but it's not hard.
    tMembers table
    MemID (autoNum)
    firstName
    LastName
    etc

    tAnimal table
    AniID (autoNum)
    memID (long)
    name
    breed
    etc

    tClasses table

    tResults table

  4. #4
    lbaumeister is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2016
    Posts
    2
    Thanks. I started with the membership and animals. The part I am having a hard time figuring out is the years. Should I have a different table that indicates each fair year? The same kid may participate each year. It's a new animal each year and dependent on the type of animal will determine classes.

  5. #5
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    Yes , tFairs table
    Year
    etc

    TAttend table
    Year
    memID
    aniID

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

Similar Threads

  1. Replies: 11
    Last Post: 05-15-2016, 07:38 AM
  2. Club Member Database
    By butterbescotch in forum Access
    Replies: 4
    Last Post: 04-04-2013, 02:53 AM
  3. Tennis Club Database
    By ecenaz90 in forum Database Design
    Replies: 2
    Last Post: 04-19-2011, 03:50 PM
  4. Need help designing a database for a club
    By tsuchong in forum Database Design
    Replies: 5
    Last Post: 01-31-2011, 12:39 AM
  5. Fair Value of Stock
    By Scorpio11 in forum Access
    Replies: 1
    Last Post: 01-04-2011, 10:45 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