Printing to a file

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.
 
G

George Nicholson

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.
 
Top