I have what I think is a simple request but I am stummped by the solution. I am using Access 2000 and I need to assign a number, not Autonumber because I need to edit it, to each record in the database. The database has about 30 records in it and a column named Auto which is empty. I would like to start at the first record and add the number 1 in the Auto field and move to the next and add a 2 to the Auto field and so on. Can anyone please help me with a solution or tell me how to go about doing this ? I would like to use the DoCmd.RunSql command if possible. Thank you so very much.