Hi

I have an access database in which I''ve set reports to prpint to a PDF printer installed on the network. The problem is the reports are automatically placed in a my_pdfs directory in the user's my documents folder, but each report is given the same name by default so they are atomatically replaced.

The only code behind the button is:

Private Sub cmd_print_rpt1_ Click()
On Error GoTo Err_cmd_print_r pt1_Click...