append query field

A

arun

How to append all crosstab-query field (sum month data) to another crosstab-query in macro or VB

first crosstab-query
MonthName(Format([Date_Ship],"m")), ItemCode, Sum([QTY]
column heading, row heading, valu

append to this crosstab-query
Date_Ship ItemCode, total:Sum([QTY]) QT
column heading, row heading, row heading, valu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top