Open directely to Pivot Table

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

Guest

Is there a way for someone to open directly to a Pivot Table rather then a
query? I tried to use a command button in a form to run the Query but it
will not show a Pivot table unless someone goes up and says view Pivot Table.
 
How are you opening the query? Have you tried:

DoCmd.OpenQuery "MyQuery", acViewPivotTable
 

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