Crosstab queries are great. But can you base a report on a crosstab query where the field names created by the crosstab are not static?<br><br>Here's my situation. I have a crosstab query that groups data from a three month period into three columns like this:<br><br>Agent 05/00 06/00 07/00<br><br>Ed 15 10 20<br>Tom 7 12 17<br><br>The last three field names are dependant on what three month period the user identified for the report. How can I get a report to show this data in the same format as the query?