Hi Everyone
I need a bit of help. I have a table with lots of fields and over 600 records within it. It has one field within it called ExamNumber. This Number is NOT used as an identity number (the table already has a Identity number). It starts of with the value of 0 in it. What I need to do is insert in to that field for the first record the number 0001. I then need to increment this number by 1 and add that number in to the field for the next record... and repeat and repeat for all 600 records. The number has to start off at 0001.
I can code this sort of loop in Visual Basic and count through an Array but never done this for a table before so any help would be greatly appreciated.
Kind regards
Simon