Message when printing labels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Win XP - Access 2003

When I print labels sometimes is not possible adjust the space-columns..
and access displays a message warning telling that there is not space in the
page.... but the label prints ok.

I tried to capture and disable the message via report_error event and others
and could not do it.
Anybody knows the error number or other way to disable this message warning.
Thanks
 
It is possible to adjust the sizes.

In report design, choose Page Setup from the File menu.

Subtract the Left and Right margins from the Page Width.
Subtract the space between columns times the number of spaces between
columns.
Divide what's left by the number of columns.
Make sure the Width of the report no more than than that.

You can work similarly with the Page Height, Top and Bottom Margins, spaces
between rows, and Height of the Detail section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top