Switchboard and PivotChart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently have a PivotChart made up the way I want it displayed. However
when I use a Switchboard option to bring it up it shows a form view of that
chart. Is there a way to use the Switchboard to open a PivotChart as a
chart? I am using Access 07.
 
if you are crating PivotChart out of a Query, Macro is the easy to get the
same result,

creat a new macro and set the properties:

Action: OpenQuery
QueryName: name of the query
View:PivotChart

done
 
Back
Top