> No, nor is there any reason to do so.
>
[quoted text clipped - 7 lines]
> >
> > Thanks ahead of time!
Well, there's nothing you can do to renumber Autonumber fields. If it
matters (it's actually normal not to let the users see the value of
Autonumber fields), perhaps you need to use something other than an
Autonumber.
Can you not provide them with an alternate method of navigation? For
example, you could create a combo box that shows them the name of the forms,
and take them to that form, rather than making them enter a number.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I have novice users who are entering information in a form template that I
> created. The feedback received is that it would be much easier for them
[quoted text clipped - 24 lines]
>> >
>> > Thanks ahead of time!
NMP - 12 Jun 2007 18:58 GMT
Thanks for the feedback. I should not have deleted the initial 124 records
so that the record counts would match the auto-numbers. I guess there's no
way to re-insert those records.
Again, thanks for the help. I'll go off on my merry way.

Signature
NMP
> Well, there's nothing you can do to renumber Autonumber fields. If it
> matters (it's actually normal not to let the users see the value of
[quoted text clipped - 33 lines]
> >> >
> >> > Thanks ahead of time!
Rick Brandt - 12 Jun 2007 19:05 GMT
> Thanks for the feedback. I should not have deleted the initial 124
> records so that the record counts would match the auto-numbers. I
> guess there's no way to re-insert those records.
>
> Again, thanks for the help. I'll go off on my merry way.
Even if you hadn't done that there is no reliable way to keep the numbers in
synch.
If you start the creation of a new record and then change your mind and
press Escape twice to cancel it you have used an AutoNumber position.
If you run an append query and cancel it at the prompt "You are about to
insert 5000 records. Do you want to continue?" you will still consume all
5000 of those AutoNumber positions.
Trust what you have read here. You CANNOT do what you are asking to do with
AutoNumbers. You could do so with a code-driven assignment of numbers in an
application that either prohibited deletions or else re-used numbers on
deleted records (which is another very questionable thing to do).

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com