Results 1 to 3 of 3
  1. #1
    zachariack is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2019
    Posts
    6

    how to make ranking from the following tables

    Table 1: PlayerT, fields: PlayerID, PlayerName




    table 2: CategoryT, fields: CategoryID, Category


    Table 3: TournamentT, fields: TournamentID, Tournament


    Table 4: PositionT, fields: PositionID, Position, Point


    with this tables how i can make aranking database in access

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    Don't think you can as I don't see any way you connect players with tournaments, positions or categories. You need another 'ranking' table to connect these together something like

    RankingT

    • RankingID (Primary Key)
    • PlayerID (Foreign Key referencing PlayerT)
    • CategoryID (Foreign Key referencing CategoryT)
    • TournamentID (Foreign Key referencing TournamentT)
    • PositionID (Foreign Key referencing PositionT)
    • Point (maybe here)

    You may also need a tournament date field in the tournament or ranking table (probably the former)

    Once you have done that, to help further you would need to tell us what the ranking rules are

  3. #3
    xps35's Avatar
    xps35 is offline Competent Performer
    Windows 10 Office 365
    Join Date
    Jun 2022
    Location
    Schiedam, NL
    Posts
    232
    I think your start is wrong.
    Start by defining the purpose of the database. Based on this you can determine which tables you need. Without knowing the purpose, we don't know if these are the right tables. We don't know what you mean by a "ranking database".
    Groeten,

    Peter

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

Similar Threads

  1. Make a form with much tables
    By SoulGame in forum Forms
    Replies: 12
    Last Post: 02-01-2017, 03:33 PM
  2. Make a form with much tables
    By SoulGame in forum Access
    Replies: 2
    Last Post: 01-25-2017, 02:31 AM
  3. how to make these tables the same
    By BigDan in forum Access
    Replies: 8
    Last Post: 08-21-2013, 02:23 PM
  4. Ranking (Look for previous ranking)
    By leobear in forum Queries
    Replies: 3
    Last Post: 01-10-2012, 05:58 PM
  5. how to make this kind of tables
    By engmsosman in forum Access
    Replies: 2
    Last Post: 01-12-2011, 10:34 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