I need to be able to change the .MaximumScale & .MimumScale of a chart in a report. I copied and pasted the mschart from a form and the code. It works in the form but in the report i get a runtime error 2771 -> the bound or unbound object frame you tried to edit doesn't contain an ole object...
I am using the Common Dialog box to allow users to select the output printer. I need to be able to force the output to tray #2. I cannot find the correct settings, does any one know?????.
This is what i found to date
With CommonDialog1
.Orientation = 2
.CancelError = True...
I need to define an variable in access97 that is available to everything. I tried using public but the variable is only available to that form and not the next form. Where do i define the public variable so it is always available. (this one should be easy but i am not getting it)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.