Results 1 to 3 of 3
  1. #1
    <AvgAccess is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    1

    Post Database design queries

    Hi Everyone

    I have been asked to establish some sort of spreadsheet for a colleague which maintains horse race details for analysis.

    The data is collected by a series of XML feeds from various websites. I have written a some test code in Excel which obtains the various data and returns it in the range A1:LXX (where XX is the last horse in the race). Which I am sure can be done in Access

    Before i proceed any further I would like to get the storage of the data right. I feel that Excel is not a suitable for this task because of the relationships that will need to be established, where Access (from my very limited knowledge) is better suited for this sort of task.

    I will be collecting the data on all horse races in Australia for the past 2 years including:
    • race location;
    • race number;
    • race date
    • race time;
    • race distance;
    • horses in the race;
      • barrier drawn
      • jockey
      • weight
      • scratched
      • jockey change details

    • race results
      • first;
      • second;
      • third;
      • ...

    • and other information available

    Should I establish one database or multiple databases, one to record general race details and a second to record specific race details? i.e:
    1. General race details

    • race location;
    • race number;
    • race date
    • race time;
    • race distance;
    • horses in the race
    • race results



    2. Specific race details

    • horses in the race
      • barrier drawn
      • jockey
      • weight
      • scratched
      • jockey change details


    Any advice anyone wold be kind enough to offer about whether a database is the way to go and/or how to go about setting it up would be greatly appreciated. I am flying blind at the moment.


    Cheers

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    By 'establish one database or multiple databases' did you actually mean tables? This calls for several tables, how many depends on how much info you want to retain. Consider:

    GeneralRaceInfo
    RaceID (primary key)
    etc

    RaceDetails
    RaceID (foreign key)
    HorseID (foreign key)
    JockeyID (foreign key)
    JockeyWeight
    etc

    HorseInfo
    HorseID (primary key)
    etc

    JockeyInfo
    JockeyID (primary key)
    etc
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    Further to June's comments, here is a tutorial that leads you through a process to take your facts, and design appropriate tables and relationships.
    http://www.rogersaccesslibrary.com/T...lationship.zip

    The basic steps.
    http://www.rogersaccesslibrary.com/f..._Databases.zip

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

Similar Threads

  1. Replies: 2
    Last Post: 01-28-2013, 04:42 PM
  2. Database Design
    By intransit2 in forum Database Design
    Replies: 2
    Last Post: 04-12-2012, 02:20 AM
  3. Database Design for Specification Database
    By khwaja in forum Database Design
    Replies: 2
    Last Post: 11-24-2011, 03:58 AM
  4. Need help with database design
    By Tacop84 in forum Database Design
    Replies: 1
    Last Post: 10-12-2011, 02:28 PM
  5. Database design
    By BeetleBailey in forum Database Design
    Replies: 6
    Last Post: 09-20-2011, 01:35 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