A
Alp Bekisoglu
Hi all,
Intention: is to get exactly 6 lines/rows of output. There may or may not be
any existing data as a row source.
So; if there is 1 row available, then 5 blank rows needs to be added. For 2
rows, 4 needs to be added, etc...
The result will be printed in a report. The present layout has rectangles to
provide for the "boxes" (or borders) around the data, not the field's own
border.
Graphically the goal is to have something like:
---------
| abcde |
---------
| fgh |
---------
| |
---------
| |
---------
| |
---------
| |
---------
if there are only two rows of data available.
I'm open to any suggestion be it via a query or coding. Earlier on in
..reports I was offered a solution but evethough the preview is correct (has
the 6 rows) the print only gives one row. So it did not work.
Any help, pointer, etc would be highly appreciated.
Thanks in advance,
Alp
Intention: is to get exactly 6 lines/rows of output. There may or may not be
any existing data as a row source.
So; if there is 1 row available, then 5 blank rows needs to be added. For 2
rows, 4 needs to be added, etc...
The result will be printed in a report. The present layout has rectangles to
provide for the "boxes" (or borders) around the data, not the field's own
border.
Graphically the goal is to have something like:
---------
| abcde |
---------
| fgh |
---------
| |
---------
| |
---------
| |
---------
| |
---------
if there are only two rows of data available.
I'm open to any suggestion be it via a query or coding. Earlier on in
..reports I was offered a solution but evethough the preview is correct (has
the 6 rows) the print only gives one row. So it did not work.
Any help, pointer, etc would be highly appreciated.
Thanks in advance,
Alp