I am trying to correct improper numeric identifiers in a field. Here is the plan. I have run a Query that gives me all records that = "DVD" in the format field. I sort them in ascending order by the Date in the release date field. I create a new field called temp number and I want to sequentially number the records beginning with 7001, and continuing by incrementing by one for each record in the query that is already sorted in the proper date order. I run an update query and the number of rows is exponentially higher than in reality...i.e. 32,384 rows as opposed to the actual 690 rows...then the update proceeds but there is no sequential numbering I get 7001 in all records in the query. What am I doing wrong? Thanks




