F
fhsmith
I use access 2003
I have two reports- ie. "abc" and "xyz"
I have a form with a command button to open and preview reports
Also I have on the form a combo box that list both reports when
clicking the selector arrow.
When I select the abc report from combox then click the command
button, I want the report to display a non default zoom coeff - ie.
123, 72, etc.
I use the following code
DoCmd.OpenReport "abc", acViewPreview
Reports("abc").ZoomControl = 125
It works; however, How do I get the second report,xyz, to reflect same
values without opening up report abc?
Any assistance is greatly appreciated.
I have two reports- ie. "abc" and "xyz"
I have a form with a command button to open and preview reports
Also I have on the form a combo box that list both reports when
clicking the selector arrow.
When I select the abc report from combox then click the command
button, I want the report to display a non default zoom coeff - ie.
123, 72, etc.
I use the following code
DoCmd.OpenReport "abc", acViewPreview
Reports("abc").ZoomControl = 125
It works; however, How do I get the second report,xyz, to reflect same
values without opening up report abc?
Any assistance is greatly appreciated.