dbTalk Databases Forums  

access2007 reports opening at 69%

comp.databases.ms-access comp.databases.ms-access


Discuss access2007 reports opening at 69% in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Roger
 
Posts: n/a

Default access2007 reports opening at 69% - 08-18-2010 , 09:25 AM






in access97, this statement opens the report at 100%
DoCmd.OpenReport "rptAuditPurWrongWhse", acViewPreview

but in access2007, it only opens at 69% and clicking on the report,
zooms it out to 100%

is there an option to automatically open the report at 100% ?

Reply With Quote
  #2  
Old   
timmg
 
Posts: n/a

Default Re: access2007 reports opening at 69% - 08-18-2010 , 11:32 AM






On Aug 18, 9:25*am, Roger <lesperan... (AT) natpro (DOT) com> wrote:
Quote:
in access97, this statement opens the report at 100%
* * * *DoCmd.OpenReport "rptAuditPurWrongWhse", acViewPreview

but in access2007, it only opens at 69% and clicking on the report,
zooms it out to 100%

is there an option to automatically open the report at 100% ?
After the .OpenReport line add: DoCmd.RunCommand acCmdZoom100

Just to make sure the user sees only the requested report I add:
DoCmd.Maximize

HTH

Tim Mills-Groninger

Reply With Quote
  #3  
Old   
Roger
 
Posts: n/a

Default Re: access2007 reports opening at 69% - 08-18-2010 , 01:53 PM



On Aug 18, 10:32*am, timmg <tmillsgronin... (AT) gmail (DOT) com> wrote:
Quote:
On Aug 18, 9:25*am, Roger <lesperan... (AT) natpro (DOT) com> wrote:

in access97, this statement opens the report at 100%
* * * *DoCmd.OpenReport "rptAuditPurWrongWhse", acViewPreview

but in access2007, it only opens at 69% and clicking on the report,
zooms it out to 100%

is there an option to automatically open the report at 100% ?

After the .OpenReport line add: DoCmd.RunCommand acCmdZoom100

Just to make sure the user sees only the requested report I add:
DoCmd.Maximize

HTH

Tim Mills-Groninger
but I'd have to do this for all reports ?
isn't there a global access setting for this ?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.