Hi Everyone,
I am hoping someone can help me with this.....
I have a table with the following fields:-
Shop_ID, Order_Form_ID, Item_Ref_ID, Month
For a certain selection of shops I want to be able to count how many items there are per order form.
(One Order form will have many Item Refs)
If I do a simple group by query and do a count of 'order_form _ID' and 'Item_ref_ID', it brings back the same number i.e. the number of order forms.
I have also tried to run seperate queries for items and order forms, but this brings back the same results.
I have run a query without any grouping and I can see what I want to count in the results i.e. Order form ID appearing many times with different item refs, however I don't know how to tell Access to do it.
Can anyone help with this ?
Thanks!,
Sasha
I am hoping someone can help me with this.....
I have a table with the following fields:-
Shop_ID, Order_Form_ID, Item_Ref_ID, Month
For a certain selection of shops I want to be able to count how many items there are per order form.
(One Order form will have many Item Refs)
If I do a simple group by query and do a count of 'order_form _ID' and 'Item_ref_ID', it brings back the same number i.e. the number of order forms.
I have also tried to run seperate queries for items and order forms, but this brings back the same results.
I have run a query without any grouping and I can see what I want to count in the results i.e. Order form ID appearing many times with different item refs, however I don't know how to tell Access to do it.
Can anyone help with this ?
Thanks!,
Sasha