Hello
I am using Access 2k and when I show my report it defaults to 100%. I have been able to maximize and minimize but what I would like to do is the best fit choice.
A friend gave me this code...
but i get the error "You entered an expression that has an invalid reference to the property zoom control".
I wonder if there is some update or download that I am lacking.
He tells me its an undocumented feature of Access.
Duane
I am using Access 2k and when I show my report it defaults to 100%. I have been able to maximize and minimize but what I would like to do is the best fit choice.
A friend gave me this code...
Code:
Private Sub Report_Activate()
DoCmd.OpenReport "rptRotationOneDay", acPreview
Reports("rptRotationOneDay").ZoomControl = 0
End Sub
I wonder if there is some update or download that I am lacking.
He tells me its an undocumented feature of Access.
Duane