![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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% ? |
#3
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |