Printing to a file

  • Thread starter Thread starter Susan Lammi
  • Start date Start date
S

Susan Lammi

Access 2000

In VBA I am trying to print to a file but can't seem to eliminate the
prompt for the output file name.
 
Can you use the OutputTo method for what you're trying to do? One of its
arguments is Filename so the Filename dialog is suppressed as long you've
provided the argument.
 
Back
Top