I need help with a crosstab query. I would like the column headings to be the last 6 months, the row headings to be billers, and the data in the middle to be both the date that a payment was made (falling within the month headings) and also the amount paid in that payment. Sometimes there might be more than one payment to a biller in a month or there might be no payments to that biller in a month. All of the raw data needed is in one table. I have read about crosstab queries, tried to use the wizard, and looked at examples but I can't get it to work . Could someone show me how this should be written?
Something like this is what I need:
_____________Ja n_____________F eb___________Ma r__________Apr
Power.......... ...1/3....200....... .......2/4...250........ .....3/7....225....... ..4/5.....250
Lease.......... ...1/15...1200...... ....2/15...1200...... ....3/16..1200....... 4/20...1200
Insurance...... .1/16...175....... ......2/20...175....... ............0.. ............... ....0
............... ............... ............... ..... 2/26...350
Water/Gas.......1/6...150........ .....2/10...175....... ....3/3...150........ ..4/10...175
Thanks a lot...
Something like this is what I need:
_____________Ja n_____________F eb___________Ma r__________Apr
Power.......... ...1/3....200....... .......2/4...250........ .....3/7....225....... ..4/5.....250
Lease.......... ...1/15...1200...... ....2/15...1200...... ....3/16..1200....... 4/20...1200
Insurance...... .1/16...175....... ......2/20...175....... ............0.. ............... ....0
............... ............... ............... ..... 2/26...350
Water/Gas.......1/6...150........ .....2/10...175....... ....3/3...150........ ..4/10...175
Thanks a lot...
Comment