G
Glenn
hi,
I'm currently creating a report destined to print out invoices.
the layout preferred by the customer consists of a header frame followed
by juxtaposed columns containing articlecodes, quantities, unitprices
and such.
the columns are to have indivual vertical borders continuing to the end
of the page, where totals are to be printed.
This I don't know how to obtain in Access reports:
I cannot border the fields of individual records > which would lead to
horizontal lines. And evenso, they would not go to the bottom of page.
Including a pagehigh frame would only work for invoices consisting one
article. following articles would be printed on sepearate pages.
I'll try to illustrate for one column using ascii (sure to be horrible)
goal:
if only 1 article is part of this invoice
-----------
| ArtCode |
-----------
| 35 |
| |
| |
| |
| |
....
| |
----------- < bottom of page
if 3 articles were part of this invoice
-----------
| ArtCode |
-----------
| 35 |
| 23 |
| 123 |
| |
| |
....
| |
----------- < bottom of page
the columns in both cases would have the same height.
Best regards
glenn
I'm currently creating a report destined to print out invoices.
the layout preferred by the customer consists of a header frame followed
by juxtaposed columns containing articlecodes, quantities, unitprices
and such.
the columns are to have indivual vertical borders continuing to the end
of the page, where totals are to be printed.
This I don't know how to obtain in Access reports:
I cannot border the fields of individual records > which would lead to
horizontal lines. And evenso, they would not go to the bottom of page.
Including a pagehigh frame would only work for invoices consisting one
article. following articles would be printed on sepearate pages.
I'll try to illustrate for one column using ascii (sure to be horrible)
goal:
if only 1 article is part of this invoice
-----------
| ArtCode |
-----------
| 35 |
| |
| |
| |
| |
....
| |
----------- < bottom of page
if 3 articles were part of this invoice
-----------
| ArtCode |
-----------
| 35 |
| 23 |
| 123 |
| |
| |
....
| |
----------- < bottom of page
the columns in both cases would have the same height.
Best regards
glenn