Results 1 to 4 of 4
  1. #1
    jamz is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2018
    Posts
    13

    Exporting of report or form to Excel

    Hi everyone!



    Hope someone can help me with this. and Thank you in advance.

    Is it possible to export my data below exactly the same format with my access report or form to Excel?

    Click image for larger version. 

Name:	Capture.JPG 
Views:	10 
Size:	102.0 KB 
ID:	35285

    And why is that whenever I print the above report, there is always cover page or first page that is unnecessary (Header). Where or what is the error? Thank you.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    Yes ,with a LOT of programming.
    or
    you can export to a PDF with a single line of code:
    form.print, or docmd.output.

  3. #3
    jamz is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2018
    Posts
    13
    Hi ranman526 thank you for the reply. i have follow-up question,

    Code:
    And why is that whenever I print the above report, there is always cover page or first page that is unnecessary (Header). Where or what is the error? Thank you.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,458
    access doesn't do cover pages without a lot of additional work, so suspect you have a page break control in your report header. Otherwise it might be something to do with your printer settings or perhaps you have some code in one of the report opening events to generate a page feed.

    Another possible reason is your report has become corrupted, in which case try compact and repair, and if this does not work, recreate your report

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

Similar Threads

  1. Exporting a report to Excel
    By aaslezak in forum Import/Export Data
    Replies: 1
    Last Post: 05-19-2015, 02:40 PM
  2. Exporting a report to Excel
    By DGBagby in forum Access
    Replies: 6
    Last Post: 03-04-2015, 01:11 PM
  3. Exporting the report to MS Excel
    By Blunty in forum Reports
    Replies: 7
    Last Post: 06-22-2012, 10:41 AM
  4. Exporting Report to Excel via Command Button
    By need_help12 in forum Import/Export Data
    Replies: 3
    Last Post: 04-24-2012, 03:27 PM
  5. Exporting a Report to Excel
    By bullwinkle55423 in forum Reports
    Replies: 0
    Last Post: 12-11-2007, 10:27 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