B
Boon
Hello,
I am creating a crosstab query and would like to sort the column (or row) by
the column that is not displayed the data. Let me explain...
In a table I have field
Month_Name, Distribution_Name, Orders, Month_Num
The Month_Name looks like "Jan", "Feb",......
The Distribution_Name looks like "A","B",....
Orders is the number (125,650,...)
The Month_Num is 1,2,3,...
I want to build cross tab by putting Month_Name to column, Distribution_Name
to row and sum the orders (put it as value). Now the column in a result
datasheet does not sort in order (Jan, Feb, Mar), so I tried to sort by
Month_Num. But Access displays an error.
Is there a way to accomplish this or the work around on this?
Thank you,
Boon
I am creating a crosstab query and would like to sort the column (or row) by
the column that is not displayed the data. Let me explain...
In a table I have field
Month_Name, Distribution_Name, Orders, Month_Num
The Month_Name looks like "Jan", "Feb",......
The Distribution_Name looks like "A","B",....
Orders is the number (125,650,...)
The Month_Num is 1,2,3,...
I want to build cross tab by putting Month_Name to column, Distribution_Name
to row and sum the orders (put it as value). Now the column in a result
datasheet does not sort in order (Jan, Feb, Mar), so I tried to sort by
Month_Num. But Access displays an error.
Is there a way to accomplish this or the work around on this?
Thank you,
Boon