access report

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.
 

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