Connecting Tech Pros Worldwide Help | Site Map

Access 97 - report

  #1  
Old November 13th, 2005, 08:52 AM
Heather
Guest
 
Posts: n/a
I am trying to open a report in my Access 97 database to open as
view:125% for the default.
Thank you in advance.

  #2  
Old November 13th, 2005, 08:53 AM
Darryl Kerkeslager
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Thinking of upgrading runtime from Access 97, but which version to get? ARC answers 14 May 14th, 2007 05:35 AM
Thinking of upgrading runtime from Access 97, any comparisons / tips? ARC answers 3 May 9th, 2007 06:25 PM
Is MS Access 97 16 bit? MM answers 9 November 13th, 2005 10:59 AM
Out of memory error Access 97/XP Home with > 512 megs of RAM richard turner answers 1 November 12th, 2005 05:39 PM
convert Access 2000 db back to Access 97 Gary Dale answers 1 November 12th, 2005 03:30 PM