Results 1 to 3 of 3
  1. #1
    Mony is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    3

    Question moving fields from one table to another

    hi there,

    I am currently working on updating a database that I created four years ago for a commission record

    there are the tables

    table 1:

    product ID
    Carrier Code
    Type
    State Available
    Updated


    table 2:
    Product ID
    Product name
    Sub-name
    Street Comp
    GA Comp



    after refreshing my creation, I realized that Product name and sub-name from table 2 should be going to table 1.. How can I move those two fields from table 2 to table 1 without mess up the data?

    if you can help me solve the problem, that will be a great appreciate

    Mony

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Add the fields to table 1, run an update query using both tables with a join on product ID to copy the values, then delete the fields from table 2.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    Mony is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    3

    moving data from one table to another table

    Quote Originally Posted by pbaldy View Post
    Add the fields to table 1, run an update query using both tables with a join on product ID to copy the values, then delete the fields from table 2.



    Hi there,

    would you mind give me some examples because I don't understand " run an update query using both tables with a join on product ID to copy the values"

    thanks

    Mony

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

Similar Threads

  1. Moving a new table to the back-end
    By premis in forum Access
    Replies: 3
    Last Post: 07-25-2013, 12:43 PM
  2. Moving row to another table
    By bigmacholmes in forum Programming
    Replies: 2
    Last Post: 10-03-2011, 12:09 AM
  3. Replies: 3
    Last Post: 03-05-2011, 12:46 PM
  4. Moving records from one table to another
    By donavan01 in forum Queries
    Replies: 1
    Last Post: 02-16-2011, 01:53 PM
  5. Moving data from one table to another?
    By Maverick1501 in forum Access
    Replies: 2
    Last Post: 03-15-2010, 08:08 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