Question Scroll Bars Don't Appear

wazawak

Registered User.
Local time
Yesterday, 19:07
Joined
Jun 10, 2008
Messages
27
I have used a form to basically dump all of the data from all of my tables onto a PivotTable, but there is a problem. Even though the PivotTable has grown far beyond the size of the window, no scroll bars appear to let me look at offscreen data. I checked the format entry in the form's details (that window you get from double-clicking the little square in the upper-left hand corner), and scroll bars is set at "both." What is going on here?

A separate but somewhat related issue is that when I try to use a command button to open the form [using the "Open Form" command], Access insists on opening the the pivot table using Form view instead of PivotTable view like the default settings should command it to do. Is this some sort of special command written into the command button? I'm sick of going view->pivottable view every time.
 
For your second issue -

DoCmd.OpenForm "YourFormName", acFormPivotTable

As for the first, I don't know unless I was able to actually play with the db.
 
First issue: How can I upload my db for people to see?

Second issue Works like a charm. Do you have the commands for other views?
 
Here is my database uploaded. The problems are in frmSecondPivot, but they apply equally to all of my pivot tables.
 

Attachments

Last edited:
Interesting - I do see what you are having a problem with. Not sure why it is doing that. It will take some additional investigation.
 

Users who are viewing this thread

Back
Top Bottom