I want to update a field called BinNo in each existing record of a table called tblInventory. BinNo data type is number and field size is long integer. I want the update query to start with the first record and enter 1000 in the BinNo field and then increment each following record by 10. In other words form a series 1010, 1020, 1030, etc. I thought about creating the series in Excel and then just import the data into my Access table. I would rather learn the method using an update query. Any help would be appreciated.