I have a crosstab query based on a single table. The query works as expected except for one problem: The column heading is report date from the record field report_date. In the table report_date is formatted mmm-yyyy. The date is properly formatted in a datasheet view of the table and in a simple select query based on the table and in a form based on the table. However, the columns in the crosstab query are formatted m/1/yyyy. I have tried using a format statement for the date and converting the resulting string to a date using the function CDate (the conversion is necessary to sort the date as a date and not a string). Nothing I have tried results in the desired format for the date columns in the crosstab query.
Please help me if you can. This may be a bug, but I don't know how to inform Microsoft about the problem.
Thanks!