Hi, I hope somebody can help me, I want to autonumber a column while the value in other one no changes, if it changes, begin again the autonumbering, I want to do this with DAO.
the result would be something like this:
columnA columnB
A 1
A 2
A 3
A 4
B 1
B 2
B 3
C 1
C 2
the result would be something like this:
columnA columnB
A 1
A 2
A 3
A 4
B 1
B 2
B 3
C 1
C 2