J
Jack
Hi,
I am using access 2000. Currently my query has the following output.
SalesMonth Sum custnum Year slsman
1 52866 C000012 2008 907802
2 47186 C000012 2008 907802
3 41526 C000012 2008 907802
4 31059 C000012 2008 907802
5 44594 C000012 2008 907802
6 40526 C000012 2008 907802
7 65059 C000012 2008 907802
8 39396 C000012 2008 907802
9 29963 C000012 2008 907802
10 47835 C000012 2008 907802
11 28944 C000012 2008 907802
12 18341 C000012 2008 907802
However I need to transform the above such that the output is as follows:
slsman custnum Year Month1 Month2 Month3 Month4 Month5 Month6 Month7
Month8 Month9 Month10 Month11 Month12
907802 c000012 52866 47186 41526 31059 .....
I appreciate any help for resolution. Thanks.
I am using access 2000. Currently my query has the following output.
SalesMonth Sum custnum Year slsman
1 52866 C000012 2008 907802
2 47186 C000012 2008 907802
3 41526 C000012 2008 907802
4 31059 C000012 2008 907802
5 44594 C000012 2008 907802
6 40526 C000012 2008 907802
7 65059 C000012 2008 907802
8 39396 C000012 2008 907802
9 29963 C000012 2008 907802
10 47835 C000012 2008 907802
11 28944 C000012 2008 907802
12 18341 C000012 2008 907802
However I need to transform the above such that the output is as follows:
slsman custnum Year Month1 Month2 Month3 Month4 Month5 Month6 Month7
Month8 Month9 Month10 Month11 Month12
907802 c000012 52866 47186 41526 31059 .....
I appreciate any help for resolution. Thanks.