M
Marco
Hi. I would like that my report automatically zoom to 120% when is open.
Is it possible to make it zoom automatically?
Regards,
Marco
Is it possible to make it zoom automatically?
Regards,
Marco
Yes.Hi. I would like that my report automatically zoom to 120% when is open.
Is it possible to make it zoom automatically?
You need to call it after the DoCmd.OpenReport in the button event.Do I put that when I press the button on the formt to print? or on load of
the report?
Stefan said:Reports("ReportName").ZoomControl = 120
This feature is - from my point of view - stable. I'm using it sinceMarshall said:Do you have any information about why that property is not
in Help and is a hidden item in the Object browser? No.
Normally, the lack of documentation means there is some kind
of (last minute?) issue with the feature.