Results 1 to 2 of 2
  1. #1
    jhargram is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2012
    Posts
    40

    Cut Paste Function in SQL Query

    Hi All- I want some suggestion regarding this moving data from one table to another table. Mainly we are using "Insert into table2 select* from table with where condition".



    But in this case data moved one table to another as copy paste.

    Is it any way to go data as cut paste...


    Thanks in Advance

  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
    You have to run a delete query after the append query. It is often a mistake to move records around like that (archive tables for example).
    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. Copy and Paste Row (vb)
    By Computer202 in forum Programming
    Replies: 7
    Last Post: 03-28-2014, 01:59 AM
  2. Replies: 3
    Last Post: 02-28-2012, 12:12 AM
  3. Copy-Paste
    By BorisGomel in forum Access
    Replies: 4
    Last Post: 10-25-2011, 07:17 AM
  4. Auto-Cut and paste from one table to another
    By tobydobo in forum Database Design
    Replies: 7
    Last Post: 09-30-2011, 05:03 PM
  5. Paste into multiple records
    By PIHA520 in forum Access
    Replies: 1
    Last Post: 05-29-2011, 06:33 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