E
Ed
I'm have to prevent the print preview window from popping up during an
automated print. I just want the tiny print dialog box.
However,
DoCmd.OpenReport "Invoice", acNormal, , "[Order ID] = Forms![Orders]![Order
ID]"
Doesn't support Quantity. I have a quantity selector on my main form, 1, 2,
3, 4, Prev, with default = 2.
In Access 97 this app used:
DoCmd.OpenReport "Invoice", acPreview, , "[Order ID] = Forms![Orders]![Order
ID]"
DoCmd.PrintOut acPrintAll, , , , Forms![Orders].[PrinQuan]
But this displays a print preview.
Any suggestions appreciated
automated print. I just want the tiny print dialog box.
However,
DoCmd.OpenReport "Invoice", acNormal, , "[Order ID] = Forms![Orders]![Order
ID]"
Doesn't support Quantity. I have a quantity selector on my main form, 1, 2,
3, 4, Prev, with default = 2.
In Access 97 this app used:
DoCmd.OpenReport "Invoice", acPreview, , "[Order ID] = Forms![Orders]![Order
ID]"
DoCmd.PrintOut acPrintAll, , , , Forms![Orders].[PrinQuan]
But this displays a print preview.
Any suggestions appreciated