Results 1 to 4 of 4
  1. #1
    MohammadEassa is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2019
    Posts
    2

    Exclamation [code]

    the command or action PasteAppend is not available

    I have data base and I used Duplicate Code to cope and paste record in the same table.It was working very good


    Suddenly I got this message , I have changed the code , Use button but no way .
    I happened 2 years ago and I reinstalled the window and office again and the problem have been solved
    just looking for any other solution to avoid reinstall windows

  2. #2
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    It would help to see the code you are using, might be something there.

  3. #3
    MohammadEassa is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2019
    Posts
    2
    Here is the code ,

    On Error GoTo Err_Command696_Click
    DoCmd.RunCommand acCmdSelectRecord
    DoCmd.RunCommand acCmdCopy
    DoCmd.GoToRecord , , acNewRec
    DoCmd.RunCommand acCmdPasteAppend
    Exit_Command696_Click:
    Exit Sub
    Err_Command696_Click:
    MsgBox Err.Description
    Resume Exit_Command696_Click

  4. #4
    GinaWhipp's Avatar
    GinaWhipp is offline Competent Performer
    Windows 7 64bit Access 2013 32bit
    Join Date
    Jul 2011
    Location
    Ohio, USA
    Posts
    377
    Well, nothing wrong with that. What size is your database?

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

Similar Threads

  1. Replies: 1
    Last Post: 09-22-2016, 02:37 AM
  2. Replies: 20
    Last Post: 10-13-2015, 09:05 AM
  3. Replies: 3
    Last Post: 10-16-2014, 08:49 AM
  4. Replies: 7
    Last Post: 05-28-2013, 09:11 AM
  5. Replies: 1
    Last Post: 05-04-2013, 12:19 PM

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