I have done this already in code, but I still would rather do it in a query.
To answer your questions:
1. Starting number will always be 1.
2. Order sequence will be 1, 2, 3, 4, etc.
3. All records should be updated at one time.
4. I tried using a global variable and a function that added 1 to the global
variable. What I got was the first record updated and then an error saying
the rest could not be updated because it would create duplicate entries in an
index (the field is indexed -- no duplicates).
5. With respect to what I found in my search, I either was using
inapproriate keywords, or the explanations just did not make sense to me.
I remember somewhere in the past seeing something about using a query like I
used and somehow tricking the funciton to run more than jsut the once it
seems to run, but I cannot put my fingers on it.
So, rather than take someone down the rat hole of trying to make what I did
work in whatever convoluted way it was possible, I just kept my question
simple. How do you create an update query that will update a field with
sequential numbers?