I have a table with ID, and PositionID
ID is Autonumber and PositionID is Number.
ID is linked to another table of Records
There is currently 3625 records in ID
so HOW do I fill PositionID with the Number sequence of 1 to 10 repeating over and over till the last record and save to a temp table using a query or vba, so as More titles are added I can regenerate a new table of PositionID
Hope this makes sense.:banghead:
ID is Autonumber and PositionID is Number.
ID is linked to another table of Records
There is currently 3625 records in ID
so HOW do I fill PositionID with the Number sequence of 1 to 10 repeating over and over till the last record and save to a temp table using a query or vba, so as More titles are added I can regenerate a new table of PositionID
Hope this makes sense.:banghead: