Results 1 to 2 of 2
  1. #1
    thexxvi is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    63

    Joining tables with similar fields

    Good morning,

    How would I go about joining tables with similar fields? I currently have three tables that show standings of teams (East, Central, and West). They all have the same fields:



    East
    Team Name
    Wins
    Losses
    Ties
    Points For
    Points Against

    Central
    Team Name
    Wins
    Losses
    Ties
    Points For
    Points Against

    West
    Team Name
    Wins
    Losses
    Ties
    Points For
    Points Against


    How would I combine them in a query so that all of the data from the tables are compiled into one table:

    Overall Standings (East/Central/West)
    Team Name
    Wins
    Losses
    Ties
    Points For
    Points Against


    Thank you in advance.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    they all should have been in the SAME tabl3e, with a [Region] field.
    so just run an append query to the new table (and include a Region)

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

Similar Threads

  1. Replies: 7
    Last Post: 06-19-2014, 12:00 PM
  2. Joining two Tables on two seperate Fields
    By Atlascycle in forum Queries
    Replies: 1
    Last Post: 01-23-2013, 09:01 AM
  3. Joining 2 tables on multiple fields
    By smoothlarryhughes in forum Queries
    Replies: 6
    Last Post: 12-13-2012, 10:40 AM
  4. Replies: 2
    Last Post: 05-29-2012, 07:13 PM
  5. Help - Joining Tables..
    By fabian24 in forum Forms
    Replies: 3
    Last Post: 02-17-2011, 03:43 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