Results 1 to 2 of 2
  1. #1
    tmperez is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    1

    Help with Baseball DB

    Hi Everyone,



    I have been thinking about creating this Fantasy Baseball DB for a keeper league we have had for about 12 years. I started work with Navision a few years back and planned on using that but its just too complex for what we need.

    Anyway, my first question is, how can I populate a table from another table?

    For example, I want to upload my draft, which will include: Team Name , Player Name , Contract Value , Years , Date (auto populated)

    I want this data to be auto populated in the Team table will the above into (in addition to more) I will then use queries and report by date to track the "finished" teams. Im ok if I have to use a utility of some sort to create the record in the the team table.

    I do not want to enter data twice ie. Draft and teams, I just want the team table to auto populate from the draft data.

    Thanks in advance!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Don't understand. The player is associated with team in the draft table, why another table? Consider:

    tblPlayers
    PlayerID (primary key)
    LastName
    FirstName
    Birthdate

    tblTeams
    TeamID (primary key)
    TeamName
    TeamCity
    TeamOwner

    tblPlayerTeam
    ID
    PlayerID (foreign key)
    TeamID (foreign key)
    ContractValue
    ContractYears
    DateStart
    JerseyNumber
    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.

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

Similar Threads

  1. Baseball League Database
    By GoBruins in forum Database Design
    Replies: 1
    Last Post: 08-06-2010, 10:15 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