Hello everybody
I do have a form called invoices I'm using a this code to print a report called invoices
I do have 2 printers installed in my computer "HP" and "Epson "
How can I ask user before he prints the invoices report to chose which printer want to use ...???
is there any method that can find all printers installed on the computer and let user choose the one that he needs to use ????
I'm using windows xp SP2 and Microsoft access 2003
thank you to all
I do have a form called invoices I'm using a this code to print a report called invoices
Code:
DoCmd.OpenReport "Invoices", acViewPreview, "", "[Forms]![Invoices]![InvoiceID]=[InvoiceID]", acHidden
How can I ask user before he prints the invoices report to chose which printer want to use ...???
is there any method that can find all printers installed on the computer and let user choose the one that he needs to use ????
I'm using windows xp SP2 and Microsoft access 2003
thank you to all
Comment