cparralesl
Programmer
Hello Guys,
I created a subform with chart purposes, so I change the "Allow PivotChart view" Property to yes, the others remains No. The Default view I set it as PivotChart.
I set the subform chart I save it and I test it. It shows data in bar chart type. But, when I insert it and link it to the main form, the subform chart shows nothing.
Because I'm using VBA code to set the LinkMasterFields and LinkChildFields manually, I do not know what else have to do to make it works.
I have in the same form, but in a diferent page of a tab and as form view, a subform that show data whitout a problem. In the of the subform chart it uses a query, not a table as in the other subform.
I use the same code in both forms:
Any help will be appreciated.
Regards,
Cesar Humberto Parrales
Application Support
I created a subform with chart purposes, so I change the "Allow PivotChart view" Property to yes, the others remains No. The Default view I set it as PivotChart.
I set the subform chart I save it and I test it. It shows data in bar chart type. But, when I insert it and link it to the main form, the subform chart shows nothing.
Because I'm using VBA code to set the LinkMasterFields and LinkChildFields manually, I do not know what else have to do to make it works.
I have in the same form, but in a diferent page of a tab and as form view, a subform that show data whitout a problem. In the of the subform chart it uses a query, not a table as in the other subform.
I use the same code in both forms:
Code:
Me.SFGraficoRegiones.LinkMasterFields = "lblRegionValue"
Me.SFGraficoRegiones.LinkChildFields = "ID_REGION"
Any help will be appreciated.
Regards,
Cesar Humberto Parrales
Application Support