|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, December 12, 2012 7:31 AM
Points: 46,
Visits: 174
|
|
Hello,
I created contingent graph in Access2007, that is created like form.(its standard way, that is offered) But when I want to create simple button for openning of this graph, it only shows simple data in form not in contingent graph.When I open this form directly it shows graph.
It is for me strange and I dont know why this behaviour. Where can be a problem? or what to set up?
Thanks!
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, December 12, 2012 7:31 AM
Points: 46,
Visits: 174
|
|
I have found solution :)
stDocName = "GRAPH" DoCmd.OpenForm stDocName, acFormPivotChart
|
|
|
|