Results 1 to 2 of 2
  1. #1
    zooyo is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2013
    Posts
    12

    Adding Columns to Table that contain Data


    So here is my question. I have two tables and I need to bring certain columns over to my master table from the 2nd table. I need the data within these columns to be carried over as well. I am fairly new with Access and I assume this is nothing more than an update query but I am not having a whole lot of luck there either. Thanks in advance for the help!

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Update queries are used to update fields in existing records.
    If you wish to add records to a table, you would use an Append query to do so.

    If you wish to add fields (columns) to existing records, you must first create the field in your destination table (if they do not already exist). Then you can use Action queries like Append and Update queries to write data to these fields.

    There are some good tutorials out there on Action queries like Update and Append queries. If you do a Google search, you should be able to find a bunch (probably on YouTube).

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

Similar Threads

  1. Replies: 3
    Last Post: 06-25-2013, 10:57 AM
  2. Adding data from linked table to existing table???
    By claysea in forum Import/Export Data
    Replies: 3
    Last Post: 02-21-2013, 12:23 PM
  3. Replies: 3
    Last Post: 12-19-2011, 11:18 AM
  4. Replies: 2
    Last Post: 11-02-2011, 08:31 AM
  5. Replies: 1
    Last Post: 10-09-2009, 11:52 AM

Tags for this Thread

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