I have a query 2000+ records in an access 2003 database. Each record is assigned a category in a field called “Fund” (for example, “SCUAD” or “4579”)
What I want is to add an incremental count to each record for each Fund. For example, if there were 25 records with Fund = SCUAD, the first record with that code would be numbered 1, and the last would have the number 25. Or, if there were 70 records with Fund = 4579, each record in that group would need a sequence number starting with 1 and ending with 70.
Please help how to code using vba or just using another query.
What I want is to add an incremental count to each record for each Fund. For example, if there were 25 records with Fund = SCUAD, the first record with that code would be numbered 1, and the last would have the number 25. Or, if there were 70 records with Fund = 4579, each record in that group would need a sequence number starting with 1 and ending with 70.
Please help how to code using vba or just using another query.