I have programmed a pivot table form for a client so that she can always look at her data from the same starting point but get a range of statistics. I have this working successfully based on Rick Dobson’s article on msdn found here http://msdn.microsoft.com/en-us/library/aa662945.aspx%5B/url%5D
What the article does not explain is how to make fields unused in the initial form available in the field list. Currently, the only ones I have available in my pivot table are the ones that I explicitly populate it with even though there are others available in my source query. So the question is: Is there a way when programming a pivot table to populate the field list with the fields from the underlying query that weren’t used in the pivot table?