Is there a way to limit the query fields returned to only those which have data? Specifically, I am running a Top 25 query on another query (cross tab in this case). The Top 25 query returns all of the fields that are contained in the cross tab, even though many of them don't contain values in the top 25 records. I'd like it to only return those fields which have values in the top 25. As information, I am using * as my field value pulling from the crosstab because the field output from the crosstab is dynamic. Any help would be appreciated.