I have an update query that I would like to run to update a field with sequential numbers (i.e. 1, 2, 3, 4, etc)
The table that I want to update has a large amount of records, which is why I just want to run an update query. How do I build the "update to:" so that it just autopopulates the field with numbers?
Thanks!
The table that I want to update has a large amount of records, which is why I just want to run an update query. How do I build the "update to:" so that it just autopopulates the field with numbers?
Thanks!