M
Martin \(Martin Lee\)
Button VBA:
Private Sub Command179_Click()
DoCmd.OpenForm "salesvol", acFormPivotChart
End Sub
I use ACCESS 2002, and saved the file as 2000 format. When I click that
button, the access will show a CHART ( not show a FORM)
However, when I copy the access file to other colleges's computer (they use
Access 2000), when clicked the button, the access show a FORM instead of a
CHART .
Why??? Is it the Access 2002 c.f. Access 2000 problem ? Or, other
problem I don't know?
Please help me.
Thanks!
Martin ( Martin Lee)
Private Sub Command179_Click()
DoCmd.OpenForm "salesvol", acFormPivotChart
End Sub
I use ACCESS 2002, and saved the file as 2000 format. When I click that
button, the access will show a CHART ( not show a FORM)
However, when I copy the access file to other colleges's computer (they use
Access 2000), when clicked the button, the access show a FORM instead of a
CHART .
Why??? Is it the Access 2002 c.f. Access 2000 problem ? Or, other
problem I don't know?
Please help me.
Thanks!
Martin ( Martin Lee)