I have a table I created with a make-table query. It has 4 fields. Order Number - Ship Method - Catalog - Amount
I want my table to look like
Ship Method - Catalog - count of orders $25.00 and under - count orders $25.01 to $50.00 - count of orders $50.01 to $100.00 - count of orders $100.01 and over
Try as I might, it wont work. Help me please.
Key field is Order Number/Ship Method combined.
I want my table to look like
Ship Method - Catalog - count of orders $25.00 and under - count orders $25.01 to $50.00 - count of orders $50.01 to $100.00 - count of orders $100.01 and over
Try as I might, it wont work. Help me please.
Key field is Order Number/Ship Method combined.