problem with format event in Access 2000

O

Oliver Scherf

I tried to generate "empty" rows in the details section of a report in order to
get rows that can be filled out by the user by hand after printing the sheet.
Each row comes with a frame:

Example:
Title:
Details:
---------------------------------
| record 1 |
---------------------------------
| record 2 |
---------------------------------
| Empty |
---------------------------------
| Empty |
---------------------------------
....

With the help of the print event I was able to add a constant number of this empty rows.
Unfortunately they occur only in the screen preview but not when the report is printed on the printer.
What is the reason for it ?
Is it possible to tell Access to add as many "empty" lines till the page is completely filled?

Many thanks for your help!!
 
Top