weightinwildcat
Programmer
I am working on a query, for which I need a calculated field to show the number of line items. The sequence should work like this:
Order Number Line Item Count
100 1
100 2
100 3
100 4
100 5
105 1
105 2
105 3
I have experimented with DCount and DSum, without success. Any suggestions would be appreciated.
Order Number Line Item Count
100 1
100 2
100 3
100 4
100 5
105 1
105 2
105 3
I have experimented with DCount and DSum, without success. Any suggestions would be appreciated.