I want to update a field with a sequence of numbers. For example, there are two fields in a table with 100 records. The first field is an autonumber with #'s 1 to 100. The second field is a number field named Shift. I want to start numbering the Shift field so that it starts with 1 and fills down until it gets to 5, then starts over again 1 thru 5 until it fills all 100 records. So as you go down the column for the Shift field, the numbers would go 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5 etc. Is there any way to do this with a query or vb code? I pulling my hair out trying different ways. Cant figure it out!