H
hoachen
Table Data
CustID Item# ItemName Amount
123 A11 Abc 11.5
123 A13 cde 10
123 A16 fgh 20.5
111 A11 Abc 11.5
111 A16 fgh 10
Output example
123 A11 Abc 11.5
123 A13 cde 10
123 A16 fgh 20.5
42
111 A11 Abc 11.5
111 A16 fgh 10
21.5
I am trying to get it the total of each customer which will look like above
example on Access 2003
I can group it by CustID and the amt but when I make it display on Item# and
itemName the total sum will not group together anymore
I've tried using form or report but unsucessful. Anyone have the solution
which will display like the output example?
Thanks for everyone try to help.
CustID Item# ItemName Amount
123 A11 Abc 11.5
123 A13 cde 10
123 A16 fgh 20.5
111 A11 Abc 11.5
111 A16 fgh 10
Output example
123 A11 Abc 11.5
123 A13 cde 10
123 A16 fgh 20.5
42
111 A11 Abc 11.5
111 A16 fgh 10
21.5
I am trying to get it the total of each customer which will look like above
example on Access 2003
I can group it by CustID and the amt but when I make it display on Item# and
itemName the total sum will not group together anymore
I've tried using form or report but unsucessful. Anyone have the solution
which will display like the output example?
Thanks for everyone try to help.