Results 1 to 2 of 2
  1. #1
    mitch05d is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Dec 2015
    Posts
    3

    Saving a single table

    I want to import a single table in excel from access. How can I save this single table away from batabase as a whole. Or a better question how can I just import one table into axcel.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    export to excel with a macro
    importExport, export, excel...

    or 1 vba command
    docmd.TransferSpreadsheet acExport ,acSpreadsheetTypeExcel12 ,tbl,file,true

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

Similar Threads

  1. Replies: 6
    Last Post: 01-29-2014, 02:03 PM
  2. Saving RichText data in SQL Tables
    By tylerg11 in forum SQL Server
    Replies: 2
    Last Post: 04-13-2013, 08:03 AM
  3. Saving Pivot Tables
    By djclntn in forum Forms
    Replies: 2
    Last Post: 01-04-2013, 09:00 PM
  4. Replies: 6
    Last Post: 06-09-2012, 08:17 AM
  5. Replies: 5
    Last Post: 05-24-2010, 11:52 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