Reports

  • Thread starter Thread starter Charles Phillips
  • Start date Start date
C

Charles Phillips

Hello,
I have created some reports in MS-Access 2003. I have created buttons
associated with each report.
When I press a report button, the reports opens in "fit" preview. How can I
get the report to open at 75% or 100%.
Can someone point me to an example or some samples...


Thank you,

Charles L. Phillips
 
DoCmd.RunCommand acCmdZoom...
me thinks (struggling with a parallel issue)

try http://home.clara.net/tkwickenden/list/listz.htm

Pieter

Charles Phillips said:
Hello,
I have created some reports in MS-Access 2003. I have created buttons
associated with each report.
When I press a report button, the reports opens in "fit" preview. How can
I get the report to open at 75% or 100%.
Can someone point me to an example or some samples...


Thank you,

Charles L. Phillips



--
 
Hello,
There has got to be a way to get this done.
I will try your suggestion, & get back to you...


Thank you,

Charles L. Phillips


"Pieter Wijnen"
 
Hello,
Unless I did something wrong, your suggestion did not work.
Back to the drawing board...


Thank you,

Charles L. Phillips
 
I will research. I have a similar situation in '2003 that works perfectly
well in '97 ("maxing" the Report in the MDI child window W/O using
DoCmd.Maximize, Just Sizing it via Win API calls)

Pieter

Will try to make a few Hint & Tricks Web Pages in the near future & put it
there when (if) I figure it out
 
Hello,
I'm doing the same, let know what you find, & I'll do the same...


Charles L. Phillips


"Pieter Wijnen"
 
Back
Top