Results 1 to 2 of 2
  1. #1
    guitarzycki is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2016
    Posts
    20

    Arrow Copy record to new record in same table

    Another newbie question here.......


    I have a table that has a composite primary key consisting of two columns "ID" and "Serial" and a bunch of other descriptive columns. Duplicate values are enabled in both primary keys. What I'd like to do is to create a copy of a record and add a value to the "Serial" column. I have been bashing away trying different types of queries like the append and update but I'm just running around in circles. Could anyone steer me in the right direction on this?

    Thanks ahead of time!

  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,521
    You'd want an append query to add a new record. An update query would edit an existing record. Sounds like you'd want an append query that pointed to a form control in the criteria, to identify which record to duplicate. It could get the new value for Serial from a form as well.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 6
    Last Post: 01-13-2016, 04:57 PM
  2. Replies: 4
    Last Post: 01-20-2015, 12:55 PM
  3. Replies: 3
    Last Post: 03-09-2013, 10:39 AM
  4. Copy record from one table to another
    By jpkeller55 in forum Access
    Replies: 8
    Last Post: 03-05-2013, 12:16 AM
  5. Copy record to different table
    By Patience in forum Access
    Replies: 27
    Last Post: 06-03-2010, 12:19 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