Default Report Screen Size

C

croy

When I open a report via code, the default viewing size (for
lack of knowing the proper term) is "fit".

Is there something I could add to my form opening code that
would force the "size" to 100%?
 
M

Marshall Barton

croy said:
When I open a report via code, the default viewing size (for
lack of knowing the proper term) is "fit".

Is there something I could add to my form opening code that
would force the "size" to 100%?

Right after the OpenReport line:

DoCmd.RunCommand acCmdZoom100
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top