Hi,
I have a table (Tbl_All) which amoungst other columns has the feilds "OrderNumber" and "Pages" (pages contains the number of copies of that report I wish to print.
So
OrderNumber has a value of "A". Pages has a value of "5"
I have created a report with a page break at OrderNumber, giving me a report page for each order number. Is there a way to pass the value in "Pages" into the DoCmd.PrintOut command?
So, I would have a button on a form to run the report based on the above table. Order number "A" will print 5 copies of the report?
I have a table (Tbl_All) which amoungst other columns has the feilds "OrderNumber" and "Pages" (pages contains the number of copies of that report I wish to print.
So
OrderNumber has a value of "A". Pages has a value of "5"
I have created a report with a page break at OrderNumber, giving me a report page for each order number. Is there a way to pass the value in "Pages" into the DoCmd.PrintOut command?
So, I would have a button on a form to run the report based on the above table. Order number "A" will print 5 copies of the report?