Results 1 to 2 of 2
  1. #1
    JOJO9895 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Jul 2018
    Posts
    7

    Import/export file

    Morning Guys


    I need help
    I created my database with formula all buton are ok, so the last thing is to create a IMPORT buton, EXPORT buton and REFRESH

    Please gyus i need our heph


    Best Regards,

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    make a macro to import/export , using Transferspreadsheet
    or
    in vb code:
    docmd.TransferSpreadsheet acImport ,acSpreadsheetTypeExcel12 ,sTable,sFile, true, tabname
    docmd.TransferSpreadsheet acExport ,acSpreadsheetTypeExcel12 ,sTable,sFile, true, tabname

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

Similar Threads

  1. Replies: 2
    Last Post: 03-16-2018, 10:19 AM
  2. setting file path for saved import / export
    By krag in forum Programming
    Replies: 10
    Last Post: 01-29-2018, 08:13 PM
  3. Replies: 1
    Last Post: 03-03-2017, 09:25 PM
  4. Replies: 2
    Last Post: 02-28-2017, 01:34 AM
  5. Replies: 5
    Last Post: 10-28-2011, 12:20 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