increase preview size

S

sd

The preview window is very small, especially if calling a report from
windows is there a setting to maximize the preview window or something to do
to increase the size?
 
F

Fons Ponsioen

In Access usually when you click the maimize button on the
window frame it will maximize all windows untill you click
restore.
Hope this helps.
Fons
 
P

Peter Kaufman

On the on open event:, DoCmd.Maximize then on Close event:
DoCmd.Restore

Peter

 
Top