Hi,
I have a Sales Order form from where I can print either a Sales Order Acknowlegement, a Delivery Note or an Invoice.
When printing the Delivery Note (DN)the user wants to manually select either a dot matrix printer with multipart stationery, or a laser printer in which case she enters that she wants 3 copies.
To do this she has been able to open the DN in Preview mode then used Ctrl+P to open the print dialogue box to make the selection.
Since I have changed the underlying Form to be Unbound, we find that the Form prints-out rather than the Report we are viewing.
I'm using Access 2010 front with SQL-S 2008R2 backend.
Also using DoCmd.Maximize in Resize event of DN Report to attempt to maintain focus on the report.
The Bound version of the form still prints the DN as expected but the Unbound version still seems to retain focus and print itself.
Anybody any ideas what I am missing??
Many thanks in advance.
S7
I have a Sales Order form from where I can print either a Sales Order Acknowlegement, a Delivery Note or an Invoice.
When printing the Delivery Note (DN)the user wants to manually select either a dot matrix printer with multipart stationery, or a laser printer in which case she enters that she wants 3 copies.
To do this she has been able to open the DN in Preview mode then used Ctrl+P to open the print dialogue box to make the selection.
Since I have changed the underlying Form to be Unbound, we find that the Form prints-out rather than the Report we are viewing.
I'm using Access 2010 front with SQL-S 2008R2 backend.
Also using DoCmd.Maximize in Resize event of DN Report to attempt to maintain focus on the report.
The Bound version of the form still prints the DN as expected but the Unbound version still seems to retain focus and print itself.
Anybody any ideas what I am missing??
Many thanks in advance.
S7
Comment