Results 1 to 2 of 2

Thread: Automated print of Access 2002 report

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Location
    Denmark
    Posts
    9

    Automated print of Access 2002 report

    Hi

    Im tring to automate printing of a report, but i ran into some difficulties. The report is made on a standard A4-paper format, but sometimes i have to change the output to A3-paper format.

    I have figured out changing the paper format, the paper bin and the printer, but then the output only takes up half of the paper.¨

    I have to enhance the content with 141 %, but how ???

    This is what i have tried so far:
    VB Code:
    1. With accRep.Printer
    2.     .PaperSize = acPRPSA3
    3.     .ItemSizeHeight = .ItemSizeHeight * 1.41
    4.     .ItemSizeWidth = .ItemSizeWidth * 1.41
    5. End With

    But it doesn't change a thing,,,

    Anyone who can help ???
    ----------------------------
    Greetings from Denmark

  2. #2
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774

    Re: Automated print of Access 2002 report

    Originally posted by MrDenmark
    The report is made on a standard A4-paper format, but sometimes i have to change the output to A3-paper format.
    if the report is sometimes a different size / shape is it maybe not the case that it is two report?

    YMMV but I always try to keep reports in an A4 format and have the data run down the page(s)
    ?
    'What's this bit for anyway?
    For Jono

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width