Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 Pivot Table form view

Author  Topic 

rookie_sql
Constraint Violating Yak Guru

443 Posts

Posted - 2006-06-26 : 11:41:13
Hi i've created a pivot table in a access form. I'd like to show the pivot table i created, when i select the command button is this possible ? all i seem to be getting is normal form view.

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-06-26 : 18:09:32
I don't know if you can do this, because a pivot table (by definition) has a variable number of fields. Can you explain exactly what you're trying to do?

Go to Top of Page

rookie_sql
Constraint Violating Yak Guru

443 Posts

Posted - 2006-06-27 : 04:18:49
I got it to work,

On the click event you need to specify the form view eg.
[/code]
DoCmd.OpenForm "YourFormName", acFormPivotTable
[/code]
Go to Top of Page
   

- Advertisement -