Hello All,
I am creating an Access 2007 DB and i am wondering what would be the best way to assign an autonumber to a field named Batch# for a range of records. example:
[ID] [FName] [LName] [SSN] [Batch#]
1 Jay Smith 123 00001
..
..
50 Tom Jones 321 00001
51 Lou Clark 231 00002
..
..
100 Sam I'Am 132 00002
101 Joe Toe 213 00003
In essence i need the Batch# to sequentially add 1 for every 50 records.
Any help is appreciated, Thanks in advance.