Are you sure you want to renumber these for the user?
If 2 is missing, they will still sort correctly on the report. I think it's
valid to just provide the default value for a new record, and let the user
renumber them if they wish, even allowing duplicates so they can make the
renumbering easy.
If you really want to do it, it is possible, but there is much more to it
than just working through the records in the form. For example, the user may
have filtered the subform (so not all the records from the table are
currently showing), or changed the sort order in the form (e.g. by choosing
a different field, and then clicking the A-Z button on the toolbar.) This
means you have to renumber them in the original table, and then requery the
form so it gets to hear about the new numbers. Doing this in the events of
the form can have undesirable side effects.
Allen,
Thanks that works!
[quoted text clipped - 34 lines]