Legal Size Paper

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi;

Used A2K in Windows 98SE to create an MDB database.

2 of the reports print on legal size paper all other reports print on letter
size.

When the database is opened on a computer running Windows XP the reports
that should print on Legal Size paper print on letter size.

Believe that the code for Legal Size paper is:
papersize = 5

Don't know in which event to place this code or if this is the entire code.

Have searched Microsoft, either I'm not finding the answer, don't understand
the answer or the answer isn't there.

Can someone point me in the right direction?

Thank You.

Andy
 
The printer drivers for Windows XP are different than Win98, so if you saved
them for a particluar printer in Win98, it won't look the same to Access
under WinXP.

Open the report in design view in WinXP. Choose Page Setup from the File
menu. Specify the page size, and save.

There is a bug in Access where the printer settings are lost if Name
AutoCorrect is enabled. You need to turn that off. Details:
http://members.iinet.net.au/~allenbrowne/bug-03.html
 
Back
Top