How to stop automatic Quick Print in an MS Access macro.

AMorrell 0 Reputation points
2026-09-02T13:20:11.83+00:00

We have a macro that runs and is set to automatically "print" documents as it completes tasks. There are three of us who run these macros at any given time. I recently received a new computer and now my macros quick print to the physical printer instead of Save as PDF, allowing me to save to our drive. The other two users do not have this issue and we cannot find where my settings differ. Any help or direction would be greatly appreciated!

Microsoft 365 and Office | Access | Other | Windows
0 comments No comments

3 answers

Sort by: Most helpful
  1. Karl Donaubauer 3,501 Reputation points MVP
    2026-09-02T18:09:23.17+00:00

    Hi,

    George already explained that you would have to change your default printer.

    I just want to add the ExportWithFormatting macro action as an alternative. In contrast to the PrintOut action it creates PDF files (and other types) from Access objects directly and thus would avoid the printer dependency.

    Servus
    Karl


    Access Forever News DevCon
    Access-Entwickler-Konferenz AEK

    Was this answer helpful?

    0 comments No comments

  2. George Hepworth 23,120 Reputation points Volunteer Moderator
    2026-09-02T13:45:16.12+00:00

    Based on what we see in the macro, the most likely problem I can think of is that the default printer for your installation is set to the physical printer, not the pdf printer. I'm not sure that makes sense because you are printing from the datasheet view of a query, not a report. I'd investigate that, though, as a first step.

    Was this answer helpful?

    0 comments No comments

  3. Karl Donaubauer 3,501 Reputation points MVP
    2026-09-02T13:26:11.8366667+00:00

    Hi,

    You should show us the macro.

    Servus
    Karl


    Access Forever News DevCon
    Access-Entwickler-Konferenz AEK

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.