Hi!
I have a query like this
ItemNumber | Invoice | Code
1 | 404 | 02
2 | 404 | 04
1 | 406 | 01
2 | 406 | 09
3 | 406 | A9
1 | 407 | 01
My question is, how can I achieve the ItemNumber thing? the idea is that counts the quantity of items per invoice... any idea?
I know how to make this on reports, tho I need it for a QUERY
I have a query like this
ItemNumber | Invoice | Code
1 | 404 | 02
2 | 404 | 04
1 | 406 | 01
2 | 406 | 09
3 | 406 | A9
1 | 407 | 01
My question is, how can I achieve the ItemNumber thing? the idea is that counts the quantity of items per invoice... any idea?
I know how to make this on reports, tho I need it for a QUERY