Hi everyone,
I'm new into doing queries for MS Access and I don't have an idea how to program the following issue.
So for example I have quantity of products into column A.They are sorted good, but i need to give automatic number (into column B) per every product, depend on the sorting as follow:
A.... B
1.... 1
1.... 2
3.... 3,4,5
1.... 6
2.... 7,8
1.... 9
So I can do that in Excel, becouse i can say whats in the previous cell, but i dont know how to doit in Access.