Results 1 to 2 of 2
  1. #1
    luscioussarita Guest

    Help combining 3 tables

    Hi,

    I have been trying to make an append query work for awhile and kinda gave
    up. I want know how to combine three tables into one. Each table has a
    primary key which can link all the tables as one. I am working with 150,000
    rows of data. I would like to know what would be the best way to combine
    these tables.

    Is there a way to combine by column instead of by row?

    Sarita

  2. #2
    Join Date
    Sep 2005
    Posts
    3
    Hi Sarita,

    If I understood you correctly, you want to create one table out of three tables. This can be done by creating Make -Table query. All you need to do is select desired fields from your three tables and run a query to create a new table.

    Your query will look similar to this one:

    SELECT tblTable1.FieldName1, tblTable1. FieldName2, tblTable1.FieldName3, tblTable2.FieldName1, tblTable2.FieldName2, tblTable2.FieldName3, tblTable3.FieldName1, tblTable3.FieldName2, tblTable3.FieldName3 INTO tblNewTableName




    Hope this helps.


    Regards,

    Vika

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

Similar Threads

  1. Combining Two Queries
    By csolomon in forum Queries
    Replies: 1
    Last Post: 09-03-2009, 01:33 PM
  2. Help me please w/ combining like customers
    By lsulaurie in forum Queries
    Replies: 2
    Last Post: 06-30-2008, 02:59 PM
  3. Replies: 1
    Last Post: 06-21-2007, 01:02 PM
  4. Replies: 1
    Last Post: 06-03-2006, 05:02 PM
  5. Combining Databases
    By RHall in forum Access
    Replies: 2
    Last Post: 04-13-2006, 07:36 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