Why Pivot Chart changed to Form -- In Different Computer's Access

  • Thread starter Thread starter Martin \(Martin Lee\)
  • Start date Start date
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top