A
Andy
Allen;
Thank You for Your reply.
The database is distributed as an MDE. Save isn't an option.
I caught a glimpse of the VBA code "papersize = 5". Which would "Force" the
report page to print on legal size regardless of the application or OS
version..
302416 ACC2000: How to Build a Visual Basic Module to Print a Report in
Landscape Mode on Legal-Size Paper.
It is so long and complicated. There must be a pared down version
somewhere.
Allen; again 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>
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - <http://allenbrowne.com/tips.html>
Reply to group, rather than allenbrowne at mvps dot org.
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 for Your reply.
The database is distributed as an MDE. Save isn't an option.
I caught a glimpse of the VBA code "papersize = 5". Which would "Force" the
report page to print on legal size regardless of the application or OS
version..
302416 ACC2000: How to Build a Visual Basic Module to Print a Report in
Landscape Mode on Legal-Size Paper.
It is so long and complicated. There must be a pared down version
somewhere.
Allen; again 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>
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - <http://allenbrowne.com/tips.html>
Reply to group, rather than allenbrowne at mvps dot org.
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?