Link to home
Start Free TrialLog in
Avatar of Alphacircuits
Alphacircuits

asked on

Access query to provide a sequence number

How do I add a field to a query that is a numerical sequence (1,2,3...) that resets back to 1 each time an item changes

P/N    Seq
1         1
1         2
1         3
2         1
2         2
3         1
ASKER CERTIFIED SOLUTION
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Alphacircuits
Alphacircuits

ASKER

Ok, I have I added the ID to the table, but I am not sure where to insert the select statement you provided?
In your original post, you were asking for

Access query
Thanks!