Results 1 to 6 of 6
  1. #1
    drobertson@adxusa.com is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Nov 2012
    Posts
    3

    Coping a single record from on table to another


    Using Access 2010 I’m been trying to do a query to get a single record from one table to another. I’m to the point of just not doing it; can someone give me some help?

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    More info??

    What have you tried? (SQL)
    What are the two table structures? The same structure? (fields)
    How do you select the record to copy?

  3. #3
    drobertson@adxusa.com is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Nov 2012
    Posts
    3
    Both tables have the same structure and field names. I have been on the Google looking at several different options and tried several of them without success.

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    OK.

    Again:
    What have you tried? Post the SQL of what you have tried.

    How do you select the record to copy? In query design view, you will enter something to select only one record? If you don't have a way to limit records, instead of copying one record, you will copy ALL records.

    Do you have any "look up fields" defined in your tables? If you do, this will be much, much harder.
    ---------------------------------------------

    In general terms:

    Create a new query.
    In design view, add all of the fields you want to copy - but NOT an Autonumber field. (remember the warning about "look up fields")
    In the menu, change the SELECT query type to an APPEND query type. Access should ask you what table to save the data in.
    Select the table.
    Execute the query.

    That is the simplest way. But without more info, you will have to experiment.

  5. #5
    drobertson@adxusa.com is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Nov 2012
    Posts
    3
    Thanks Steve,

    I'll need to get into the tables more but I think i understand what needs to be done. I'll let you know the result. I done a lookup to find the record but when I tried to move it in the past it moved all records what am i overlooking.

  6. #6
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I done a lookup to find the record but when I tried to move it in the past it moved all records what am i overlooking.
    A "Move" or a "Copy"??? these are two different things.

    Without more info about your dB (table structure - the fields), any error messages and about what you have tried, I can't tell you WHY it doesn't work.

    Its like me asking you "Why does my car squeak"?

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

Similar Threads

  1. Replies: 1
    Last Post: 07-30-2012, 03:13 PM
  2. Replies: 4
    Last Post: 11-07-2011, 07:25 PM
  3. Replies: 5
    Last Post: 03-23-2011, 10:39 AM
  4. Move a single record to an archive table
    By 10 Gauge in forum Forms
    Replies: 7
    Last Post: 02-14-2011, 06:50 AM
  5. Update single record via forum, not entire table?
    By 10 Gauge in forum Programming
    Replies: 2
    Last Post: 02-11-2011, 09:14 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