A
Andy Stevenson
I have a report that prints invoices. Some single line entries, some
multiple. At the end of each invoice I've got a page break control to
prevent widows & orphans.
Thing is, if it's only a short invoice I could get 2 on an A4 page. I can't
find a way to control it though. There doesn't appear to be a way that
access will do it, so I'm thinking I'm going to have to monitor the size of
each invoice & slip a page break in if the invoice won't fit on what's left
of the paper. But I'm not sure how to achieve that.
Am I over-thinking this? Is there an easier way? If not does anyone have any
pointers as to how I might go about coding the VBA for this?
Thanks.
Andy
multiple. At the end of each invoice I've got a page break control to
prevent widows & orphans.
Thing is, if it's only a short invoice I could get 2 on an A4 page. I can't
find a way to control it though. There doesn't appear to be a way that
access will do it, so I'm thinking I'm going to have to monitor the size of
each invoice & slip a page break in if the invoice won't fit on what's left
of the paper. But I'm not sure how to achieve that.
Am I over-thinking this? Is there an easier way? If not does anyone have any
pointers as to how I might go about coding the VBA for this?
Thanks.
Andy