Results 1 to 5 of 5
  1. #1
    tatihulot is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    100

    Macro for a Paste Append Command Button: Paste Append Option Disabled for Recording

    Hello, I’d like to create a button on my form that enables the Paste Append option. I’m having difficulty doing this. I know how to create command buttons, but I’m not quite sure how to build the macro to perform this specific function.
    I don’t see anything at all for Paste in the Action Catalog. Am I missing it?
    Furthermore, when I’m in the Macro Builder, if I click the Home tab and then Paste, the Paste Append option is not available.
    Is it possible to create a macro if this option is grayed out? What steps would be the most efficient to create such a command button?


    Thank you.

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,558
    Very few people use macros.
    Best start learning VBA. Dead easy then.

    Alternatively try Google?

    You could also set a Tempvar and then see if you can append that value to whatever control you are trying for.

    Edit:
    There are also is as below, but I would still use VBA.
    Attached Thumbnails Attached Thumbnails PasteAppend.png  
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    By default the entire action list is filtered somehow. There is an option on the macro tab of the ribbon to show all. Have you selected that?
    I agree with wgm about macros. They have their limitations.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    tatihulot is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    100
    Thank you for the responses.

  5. #5
    mosinjack is offline Novice
    Windows 10 Access 2003
    Join Date
    May 2025
    Posts
    2
    If the "Paste Append" option is grayed out, it usually means there's no compatible data on the clipboard or the form isn't in a state where appending is possible. You might need to ensure the clipboard contains valid records that match the form’s data source. Unfortunately, Access macros don’t include a direct "Paste Append" action—you may need to use VBA with DoCmd.RunCommand acCmdPasteAppend instead. That gives more control and works reliably when the conditions are right.

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

Similar Threads

  1. Paste append
    By cbuechner in forum Access
    Replies: 8
    Last Post: 04-11-2021, 12:33 PM
  2. Replies: 9
    Last Post: 01-12-2019, 10:35 AM
  3. Missing Field data on paste append
    By lacigol in forum Programming
    Replies: 4
    Last Post: 08-10-2017, 01:13 PM
  4. Paste Append not working
    By martinshort in forum Access
    Replies: 3
    Last Post: 01-20-2012, 07:45 AM
  5. Replies: 3
    Last Post: 12-17-2011, 02:32 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