View Full Version : Multiple print
nedy_03
09-20-2007, 08:21 AM
Hello,
I have a "print record" button on a form. And I can prin just one page by time.
Can anybody help me with a code that requests the number of pages to print? ..
Thx,
Nedy
Oorang
09-26-2007, 06:56 AM
access.DoCmd.RunCommand acCmdPrint
nedy_03
09-27-2007, 06:15 AM
Thx it works .. but I want to print only a record .. not the whole form! Can u help me on that ?
Oorang
09-27-2007, 06:37 AM
Please explain "record" as you are using the word.
nedy_03
09-27-2007, 07:24 AM
When adding a button in a form it apears the "Comand button wizard" with lest un choose from "Record operations" and "Form operations".
A record means a page of the form.
Oorang
09-27-2007, 07:48 AM
Just wanted to confirm. When you run the
"access.DoCmd.RunCommand acCmdPrint" just change the radio button on the ensuing dialog to "Selected Record".
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.