Hi
I have a Table called DueInTable. This holds a list of items on a order that are due in. Each order has a unique identifier called ATRNumber. What I want to do is create a query that counts the number of Items on the order with the same part number() on the selected order and the output of the query(which is to be displayed in a subform) needs to look some thing like my example below.
any help would be appreciated
I have a Table called DueInTable. This holds a list of items on a order that are due in. Each order has a unique identifier called ATRNumber. What I want to do is create a query that counts the number of Items on the order with the same part number() on the selected order and the output of the query(which is to be displayed in a subform) needs to look some thing like my example below.
selected order 123
Model partnumber quantity
optipoint 500 eco 123456 10
optipoint 500 adv 654321 5
Samsung ds-5007s 110111 2
total 17
any help would be appreciated