B
BruceM
A column heading in a crosstab query is a DatePart rendering of the month:
MonthRange: DatePart("m",[DateField])
This works as it should, but I wonder if instead of have 1, 2, 3, etc. as
column heading it is possible to have this appear as "Jan", "Feb", etc.,
sorted in the correct calendar order. I realize it doesn't really matter
for forms and reports, but there are times where it would be convenient to
see the month names rather than numbers.
MonthRange: DatePart("m",[DateField])
This works as it should, but I wonder if instead of have 1, 2, 3, etc. as
column heading it is possible to have this appear as "Jan", "Feb", etc.,
sorted in the correct calendar order. I realize it doesn't really matter
for forms and reports, but there are times where it would be convenient to
see the month names rather than numbers.