Pivot table sub-subforms not displaying data

recanem

New member
Local time
Today, 03:46
Joined
May 5, 2009
Messages
8
All - looking for some insight here, any help would be appreciated.

I have two pivot table sub-sub-forms that stopped displaying data in the pivot table, but the other pivot table areas (filter, row, column) remain populated correctly.

Where the data should be displayed I get the following message:

"The query could not be processed: o Query canceled. Press F9 to restart the query and display data."

Background:
Both of the pivot tables are tied to two queries. The two queries, have filters related to 2 combo boxes and 1 text box, forcing the pivot table queries to always be synchronized, resulting in the pivot tables being synchronize.

Notes in my debug process so far:

  • Pressing F9 doesn't seem to do anything.
  • In vba, I'm using as part of the subform's control, Me.pvtOrder.requery, which used to work and still half works as it the pivot table filters, rows, and columns drop downs are updated and display the correct selection
  • When the tab, containing the pivot table is right clicked and subform-->form is selected the pivot table data displays...which is very manual.
  • The pivot table forms, when opened directly display the data correctly
  • The pivot table querries, when opened display the data correctly


Any one encountered this type of thing before? Thanks in advance for your time/help!

Mike
 
Hi recanem

I'm having the same issue with my pivots so I'm interested to know whether you were able to find a solution to the problem?

Any advice would be very much appreciated!

Many thanks, Anita
 

Users who are viewing this thread

Back
Top Bottom