I'll try to clarify better. That's what I have. The month numbers appear
in
my crosstab query as the column. So I will see 1-12 on my crosstab column.
Each representing the month respectively. But I want to see the actual
month.
"Jan", "Feb","Mar", etc. I can do that by using the format or monthname
function. However, when I go to run my report it will not show up
chronilogical order, it shows it ascending. I do not want that. I have
also
set the column properties in my crosstab, but that doesn't work correctly
for
me because I have a rolling report. If the user puts in a date of
06/01/06-
05/31/07 it will need to start with the month of June and end with May.
With
putting the names of the months in the column properties it won't roll. I
have my report running just how I need it except for the heads. I have a
lot
of code behind the report to place the correct fields in their unbound
text
boxes. I don't know if that's conflicting with it or not. I know I'm all
over
the place here. So do I need to adjust my crosstab query to show the
months
or do I need to perform that action in my report?
Thanks!
Jeff said:
Perhaps we have a different concept of "cross-tab". In my mind, I was
imagining a query that listed the individual months across the top.
Regards
Jeff Boyce
Microsoft Office/Access MVP
I do have a crosstab query. Here are my fields:
ItemNo as row heading
[quoted text clipped - 32 lines]