Hey all,
Any help will be greatly appreciated. I have a table like this:
To | From | Date | Quantity
2 1 5-27 100
2 1 5-27 300
2 3 5-27 400
2 3 5-27 100
2 3 5-28 200
I would like to change the query have subtotals to show the quantity total for each by to, from, and date..so it would look similar to this:
To | From | Date | Quantity
2 1 5-27 400
2 3 5-27 500
2 3 5-28 200
Anyone have any ideas how this can be done?
Thanks,
Slo-No
Any help will be greatly appreciated. I have a table like this:
To | From | Date | Quantity
2 1 5-27 100
2 1 5-27 300
2 3 5-27 400
2 3 5-27 100
2 3 5-28 200
I would like to change the query have subtotals to show the quantity total for each by to, from, and date..so it would look similar to this:
To | From | Date | Quantity
2 1 5-27 400
2 3 5-27 500
2 3 5-28 200
Anyone have any ideas how this can be done?
Thanks,
Slo-No