Macro groups (nesting)

  • Thread starter Thread starter TRonan
  • Start date Start date
T

TRonan

I have a macro that contains several macros within it.
The macros print preview, print or send reports to PDF
format depending upon which command button is selected on
the report menu form. The macro works fine on my
computer, however, the macro that sends the reports to PDF
format does not work on my co-worker's computer. The
database itself resides on a server so it is shared. Does
anyone have an idea what could be causing the problem?
 
TRonan,

How are the reports being outputted to PDF? Access does not in itself
support pdf format. Therefore I presume there is a pdf driver on the
computer, and the report is being printed to it, and as such the driver
has to be present, and the report has to "know" that this is where it is
being sent.
 
Back
Top