I am still pretty new to Access and VBA.
I am displaying a query as a pivot chart. The query is based off of a query that I have constructed already. (I still don't know all the syntax for creating a query completely from scratch.)
I modify the query with an SQL statement that I build in VBA which takes information from a form.
Currently, all of the pivot chart setup is done in my already existing query (not generated via vba).
I want to modify certain aspects of the pivot chart in vba. Where can I look to get this information. I am so new, I do not know where to look or what to look for...
On thing that I am trying to do is change the trendline. Currently, it is set as a 4 week moving average. I want to change it in vba to a x week moving average where x is defined in a form.
If someone can explain how to modify pivotcharts in vba or knows of a good data source... or can get me pointed in the right direction... I would be enternally grateful.
Thanks,
Jason
I am displaying a query as a pivot chart. The query is based off of a query that I have constructed already. (I still don't know all the syntax for creating a query completely from scratch.)
I modify the query with an SQL statement that I build in VBA which takes information from a form.
Currently, all of the pivot chart setup is done in my already existing query (not generated via vba).
I want to modify certain aspects of the pivot chart in vba. Where can I look to get this information. I am so new, I do not know where to look or what to look for...
On thing that I am trying to do is change the trendline. Currently, it is set as a 4 week moving average. I want to change it in vba to a x week moving average where x is defined in a form.
If someone can explain how to modify pivotcharts in vba or knows of a good data source... or can get me pointed in the right direction... I would be enternally grateful.
Thanks,
Jason