Hi all,
I have a set of reports which show Order information based on various criteria. The report is sectioned as below:
rptHeader - Report title & Company logo
OrderNumberHeader - Order number, date of order, person that placed the order, company that placed the order & order type.
Detail - Details of products ordered, grouped by item(quantity, unit price, item value, product & description)
eg
Product: Product1 (Description). Units Ordered: 2
Unit Price Charged: £100.00. Item Value: £200
--------------------------------------------------
Product: Product2 (Description). Units Ordered: 4
Unit Price Charged: £125.00. Item Value: £500
OrderNumberFooter - Total Order Value (Sum([Item Value]))
rptFooter - usual date & time stuff
Nice and simple eh? ;-)
Each order has it's own unique order number and can consist of any number of products.The problem comes with grouping the information for each instance of OrderNumber. What I want to do (for the sake of clarity more than anything) is force a new page after the OrderNumberFooter but only if there is not enough room to display all three sections which make up the order together. Should be a simple case of using the sorting and grouping properties but I can't get it to do anything other than print each seperate order on a seperate sheet of the report - not much good when you're trying to print 150 orders! I have also tried various combinations of yes/no on the individual section's keep together property but to no avail.
I know that this is bound to be something dead simple that I have overlooked! Does anyone have any ideas cos this is driving me nuts! X-( Robbo ;-)
I have a set of reports which show Order information based on various criteria. The report is sectioned as below:
rptHeader - Report title & Company logo
OrderNumberHeader - Order number, date of order, person that placed the order, company that placed the order & order type.
Detail - Details of products ordered, grouped by item(quantity, unit price, item value, product & description)
eg
Product: Product1 (Description). Units Ordered: 2
Unit Price Charged: £100.00. Item Value: £200
--------------------------------------------------
Product: Product2 (Description). Units Ordered: 4
Unit Price Charged: £125.00. Item Value: £500
OrderNumberFooter - Total Order Value (Sum([Item Value]))
rptFooter - usual date & time stuff
Nice and simple eh? ;-)
Each order has it's own unique order number and can consist of any number of products.The problem comes with grouping the information for each instance of OrderNumber. What I want to do (for the sake of clarity more than anything) is force a new page after the OrderNumberFooter but only if there is not enough room to display all three sections which make up the order together. Should be a simple case of using the sorting and grouping properties but I can't get it to do anything other than print each seperate order on a seperate sheet of the report - not much good when you're trying to print 150 orders! I have also tried various combinations of yes/no on the individual section's keep together property but to no avail.
I know that this is bound to be something dead simple that I have overlooked! Does anyone have any ideas cos this is driving me nuts! X-( Robbo ;-)