Hello All, your collective wisdom would be greatly appreciated to assist me in overcoming this..
I have an address table that contains >400,000 records, there is an autogenerated primary key in place but i dont wish to use this for a sort, instead I would like to add a new field that (from top to bottom) would add 1,2,3...50 then start back at 1 again and repeat for each record in sequence.
I have looked at adding a new field via table design thinking that autonumber might hold the key but i think i was getting a bit ahead of myself...
Is there a way to acheive this by perhaps an append query or with brute force and ignorance might auto number work in the fashion i'm hoping for?
Any suggestions would be greatly appreciated
I have an address table that contains >400,000 records, there is an autogenerated primary key in place but i dont wish to use this for a sort, instead I would like to add a new field that (from top to bottom) would add 1,2,3...50 then start back at 1 again and repeat for each record in sequence.
I have looked at adding a new field via table design thinking that autonumber might hold the key but i think i was getting a bit ahead of myself...
Is there a way to acheive this by perhaps an append query or with brute force and ignorance might auto number work in the fashion i'm hoping for?
Any suggestions would be greatly appreciated