M
Martin
The Access automactically generate VBA as below to open a PIVOTTABLE:
DoCmd.OpenForm stDocName, acFormPivotTable, , stlinkcriteria
My question is:
I want to open the "pivot GRATH", how to write this VBA? (--- that is, I
want to open the GRATH of this acFormPivotTable. but I don't know whether
the Englih is GRATH)
Thanks.
Martin
DoCmd.OpenForm stDocName, acFormPivotTable, , stlinkcriteria
My question is:
I want to open the "pivot GRATH", how to write this VBA? (--- that is, I
want to open the GRATH of this acFormPivotTable. but I don't know whether
the Englih is GRATH)
Thanks.
Martin