Print Preview Problems!

A

April

I have several computer labs at a university that are all running Office
2003. NONE of the other labs are having this problem except one! In Access,
the print preview is not working at all, in any view! I have never seen this
happen nor have I ANY idea how to fix it!

HELP!! Thank you in advance!

April M. Lewis
 
A

Allen Browne

Access uses the printer driver metrics to calculate the layout for the
report. If there is no printer installed, or if Access believes there is no
printer installed, it behaves as you describe.

This issue is quite common with Access 2003 with a network printer
installed. To verify that this is the cause of the problem, open the
Immediate Window (Ctrl+G), and enter:
? Printers.Count
? Printer.DeviceName

Deleting the network printer, and installing it again should solve the
problem.
 
Top