Results 1 to 2 of 2
  1. #1
    Jgk is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Feb 2014
    Posts
    46

    Update one tables field data into another table query

    I am cleaning up a old database with a ton of data.



    Here is my situation

    one table tblcustomer. Has data accountno

    another table tblmarketing has field accountno. But no info

    the tables have no relationship set up and I need accountno to be updated for all records in tblmarketing for reports to capture for invoicing mktg fees.

    i tried a union SQL statement to join tables and got an accurate result for union, but I cannot do a update or append query.

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    You want an append qry for that. Just add tblcustomer to your qry grid. Add Primary Key and accountno
    Then select Append and select destination tblmarketing and run.


    HTH

    P.S. ALWAYS use a backup copy when testing a new feature.

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

Similar Threads

  1. Update One Field from Query on Two Tables
    By user9 in forum Queries
    Replies: 1
    Last Post: 01-13-2014, 08:55 AM
  2. Replies: 4
    Last Post: 01-10-2014, 01:20 PM
  3. Replies: 4
    Last Post: 11-21-2012, 03:17 PM
  4. Replies: 10
    Last Post: 08-09-2012, 01:07 PM
  5. Replies: 1
    Last Post: 06-27-2012, 09:16 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