Share via

Access Report Printing

Anonymous
2022-05-06T22:30:45+00:00

Hi everyone,

I have an Access report that is pulled from a query. I've been trying to print multiple copies of the same report but rather it printing like so: Page 1, Page 2, Page 1, Page 2.... It prints as: Page 1, Page 1, Page 2, Page 2.

What print settings do I need to change to have it print in order?

Microsoft 365 and Office | Access | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2022-05-09T21:16:57+00:00

    In the bottom right corner, there is a collate checkbox as I stated. Make sure its checked.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-05-09T18:50:22+00:00

    I created a Print button from the button wizard so the Macro written is RunMenuCommand>PrintObject

    So when I press the button, the print dialog box comes up (the picture below). I then change the copies to 2 and then it prints out in the order stated in my original post.

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2022-05-07T12:35:11+00:00

    There is a property in the Print dialog to collate a report. If you check off that property it prints all pages in one copy then the next copy etc. If unchecked it prints each page separately.

    As George says, showing what you are doing to print the report will help us help you.

    Was this answer helpful?

    0 comments No comments
  4. George Hepworth 22,855 Reputation points Volunteer Moderator
    2022-05-07T12:31:34+00:00

    Context is so important. Here, for example, all we know is that you are "printing multiple copies of a report", but we don't yet know HOW that is being done, although some might be able to make a good guess. Please show us the code used to do this print job, or explain, step by step, the process at least. That will help spot some aspect that can be changed....

    Was this answer helpful?

    0 comments No comments