I've figured out how to sort of do this but it doesn't work. I get the error message, "Application-defined or object defined error".
Here's my code:
Dim graphobj As Object
DoCmd.OpenReport stDocName, acViewDesign
Set graphobj = Reports![B_aAnalyticalMain].Object.Application.Chart...
Currently, I have the charts designed such that min/max scale values of a given axis in the chart are governed by the dates for the data to be plotted. However, I would like to control this range by the time period selected in a form by the user. Please advise on how to do this.
I am trying to insert a logo (a gif file) into a form as a picture. I would like the background in the picture to be transparent. When the same gif file is inserted into powerpoint or other Microsoft applications the background is transparent however it is not the case with access even if I...
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.