In an Access 2010, I have a query grabbing records from an Invoice table. For each Invoice record, I want to begin a counter at '1' again. It would look like this (Invoice Num, Invoice counter num):
987789,1
987789,2
987789,3
456654,1
456654,2
123321,1
947343,1
Any ideas for building a statement in my query to make this happen?