well one not eloquent solution is to go to the properties of the print button you put on the form, go to the event tab and click on the ... button to view the code under the on_click event procedure. Then copy the DoCmd.Open... line and paste a copy underneath the original line. That should execute the command to send the report to the printer twice. If it doesn't work let me know there is always a way.
HTH,
JC