zoom report from Report_open

J

JString

Is there a way to run this code:

docmd.runcommand accmdzoom100

from the report's open event?
 
M

Marshall Barton

JString said:
Is there a way to run this code:

docmd.runcommand accmdzoom100

from the report's open event?


I think the Open event is too early to do that. You can try
using the Format event of the report header and if that
doesn't work, put the libe of code immediately after the
OpenReport line in whatever button is used to open the
report.
 
Top