I have order and orderdetail tables. one to many relationship.
On report, Orders are grouped by first State and city. Tax for each order is defined in tax field in orders table.
Suppose customer orders five items.
OrderNo. tax Orderdetail
100 $20 Pipes
100 $20 Bolts
100 $20 Screws
Same way there are many orders for one state.
How would i display tax totals for each state and total tax for all states?
Thanks for help.
On report, Orders are grouped by first State and city. Tax for each order is defined in tax field in orders table.
Suppose customer orders five items.
OrderNo. tax Orderdetail
100 $20 Pipes
100 $20 Bolts
100 $20 Screws
Same way there are many orders for one state.
How would i display tax totals for each state and total tax for all states?
Thanks for help.