Results 1 to 2 of 2
  1. #1
    raychow22 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    145

    Append Data MVFs

    Hi Forum,



    I know having MVFs are a bad idea especially for SQL; however, they are super useful for me and I want to be able to continue to use them. With that said, the MVFs does not allow me to append my tables. I want to easily append my "Table" data (records) together without having to copy and paste them in each time. Is there a good way to do this?

    Thanks,

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,411
    not if you are using mvf's, tho' should work if you exclude them from the copy/paste - i.e. have then all at the far right of the table datasheet. Or create a simple select query which excludes them and paste into that instead.

    Otherwise, don't use copy/paste use something like transfertext or transferspreadsheet in vba or the import facility - but again, avoiding the mvf's

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

Similar Threads

  1. Replies: 3
    Last Post: 07-07-2016, 08:13 AM
  2. Append Data from two tables
    By BioHazard in forum Queries
    Replies: 1
    Last Post: 03-08-2016, 08:38 AM
  3. Macro to append data
    By schmidt1962 in forum Programming
    Replies: 1
    Last Post: 06-04-2015, 06:29 PM
  4. Help with append query to add data on the fly
    By Darkmatter5 in forum Access
    Replies: 3
    Last Post: 08-13-2014, 08:18 AM
  5. append data
    By slimjen in forum Programming
    Replies: 5
    Last Post: 04-26-2013, 11:58 AM

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