G
Guest
I have written a crosstab query with my value field (product qty) is
aggregated by "sum". i need this field sorted in decending order, but access
will not let me do it. is there any way around this?
this is what I have now:
name product yesterday today tomorrow
tom x 0 0 10
tom y 0 5 0
tom z 2 0 0
this is what I want:
name product yesterday today tomorrow
tom x 2 0 0
tom y 0 5 0
tom z 0 0 10
thanks,
c
aggregated by "sum". i need this field sorted in decending order, but access
will not let me do it. is there any way around this?
this is what I have now:
name product yesterday today tomorrow
tom x 0 0 10
tom y 0 5 0
tom z 2 0 0
this is what I want:
name product yesterday today tomorrow
tom x 2 0 0
tom y 0 5 0
tom z 0 0 10
thanks,
c