I have a report based on a crosstab query.<br>The report has calculations for row and column sums.<br>The report expects all of the columns which were there<br>when it was originally created, therefore errors out<br>when one of those columns is missing in a subsequent<br>run due to the fact that there were no rows with that<br>value in the current period.<br><br>Can anyone give me some ideas for workarounds.<br><br>My only idea, so far, is to have the report 1)create a <br>temporary table each time it runs, 2)load table using VBA<br>and SQL 3) report 4) drop the table. This would probably<br>work but seems somewhat cumbersome.<br><br>All ideas appreciated.<br><br>Thanks,<br>KMITCH