Connecting Tech Pros Worldwide Forums | Help | Site Map

Access 97 - report

Heather
Guest
 
Posts: n/a
#1: Nov 13 '05
I am trying to open a report in my Access 97 database to open as
view:125% for the default.
Thank you in advance.


Darryl Kerkeslager
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Access 97 - report


"Heather" <HWilson1@cox.net> wrote[color=blue]
>I am trying to open a report in my Access 97 database to open as
> view:125% for the default.
> Thank you in advance.[/color]

No 125%, but how about:

DoCmd.RunCommand acCmdZoom10
DoCmd.RunCommand acCmdZoom25
DoCmd.RunCommand acCmdZoom50
DoCmd.RunCommand acCmdZoom75
DoCmd.RunCommand acCmdZoom100
DoCmd.RunCommand acCmdZoom150
DoCmd.RunCommand acCmdZoom200

(Place command right after OpenReport)

There is a function (on the Access Web?) to Zoom to a specific size, but it
is an 'undocumented' function.

--
Darryl Kerkeslager

Power corrupts.
Absolute power corrupts absolutely.
Knowledge is power.
See www.adcritic.com/interactive/view.php?id=5927



Closed Thread