Mysterious margins error

Z

Zachariah

When a user tries to run a report, they get the following
message:

"The sum of the top margin, the bottom margin, the height
of the page header, and the height of the page footer is
greater than the length of the page you are printing on."

I found out that this is ErrorCode 2157 but I can't find
out any other information. I can preview and print the
report just find and none of the margin sizes mentioned
are anywhere near exceeding the page length (legal size
paper).

Has anyone else run into / resolved this? Thanks in
advance.
 
R

Rick Brandt

Zachariah said:
When a user tries to run a report, they get the following
message:

"The sum of the top margin, the bottom margin, the height
of the page header, and the height of the page footer is
greater than the length of the page you are printing on."

I found out that this is ErrorCode 2157 but I can't find
out any other information. I can preview and print the
report just find and none of the margin sizes mentioned
are anywhere near exceeding the page length (legal size
paper).

Has anyone else run into / resolved this? Thanks in
advance.

Access will not exceed the margin limitations as defined by the printer
driver. You might have a printer driver that supports smaller margins than
the user experiencing the error.

Anyway, the error is not saying that the margins are exceeding the page
length. It is saying that the margins *combined with the content of the
report* is doing so.

For example, if you have all margins set to one half inch and your report
"just fits" on the page then a user with a printer that will only support a
6/10 inch bottom margin will not be able to fit your report on the page
since his bottom margin is larger.
 
Top