Can someone tell me why my Autonumber which started with 5 digits all of the
sudden is going to seven digits and not in succession? It even has negative
numbers.!
Jeff Boyce - 17 Jul 2007 00:28 GMT
It sounds like you expect some specific behavior from Access Autonumber.
Autonumber is primarily intended to provide a unique (if arbitrary) row
identitier. It really isn't suitable for human consumption.
Acces Autonumbers are not guaranteed to be successive. They can be
negative.
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Can someone tell me why my Autonumber which started with 5 digits all of
> the
> sudden is going to seven digits and not in succession? It even has
> negative
> numbers.!
John W. Vinson - 17 Jul 2007 00:43 GMT
>Can someone tell me why my Autonumber which started with 5 digits all of the
>sudden is going to seven digits and not in succession? It even has negative
>numbers.!
Did you Replicate your database? or did you (perhaps unintentionally) change
the Increment property of the autonumber to Random (replicating will do this
to you)?
John W. Vinson [MVP]
Struggling to learn solo - 17 Jul 2007 02:16 GMT
Come to think of it, I did replicate it. The only thing is the database name
doesn't show it as a replica or master but it does have extra fields in it
that the help says are fields from replication. And I noticed I cannot add
fields to tables created prior to doing this. I can add new tables and add to
those but not with prior tables.
How can I overcome this?
> >Can someone tell me why my Autonumber which started with 5 digits all of the
> >sudden is going to seven digits and not in succession? It even has negative
[quoted text clipped - 5 lines]
>
> John W. Vinson [MVP]
John W. Vinson - 17 Jul 2007 06:54 GMT
>Come to think of it, I did replicate it. The only thing is the database name
>doesn't show it as a replica or master but it does have extra fields in it
>that the help says are fields from replication. And I noticed I cannot add
>fields to tables created prior to doing this. I can add new tables and add to
>those but not with prior tables.
>How can I overcome this?
Restore your unreplicated backup from before you replicated... or google for
"unreplicate". It can be done but it's a REAL chore.
John W. Vinson [MVP]
David W. Fenton - 17 Jul 2007 12:23 GMT
>>Come to think of it, I did replicate it. The only thing is the
>>database name doesn't show it as a replica or master but it does
[quoted text clipped - 5 lines]
> Restore your unreplicated backup from before you replicated... or
> google for "unreplicate". It can be done but it's a REAL chore.
Er, not really. You unreplicate and then create new tables without
the replication fields and append the old data.
And there are tools to help out with that. See #10 here:
http://www.dfenton.com/DFA/Replication/index.php?title=FAQ

Signature
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Joseph Meehan - 17 Jul 2007 02:10 GMT
> Can someone tell me why my Autonumber which started with 5 digits all
> of the sudden is going to seven digits and not in succession? It even
> has negative numbers.!
I suggest you may not want to use Autonumber for that use. Autonumbers are
designed to provide unique numbers. It in not designed to provide numbers
in order and for a number of reasons may not do so. As a result using them
in any application where the user sees the numbers is likely to end up with
confusion.
There are other ways of providing the numbers you want depending on the
particual application.

Signature
Joseph Meehan
Dia 's Muire duit
Struggling to learn solo - 17 Jul 2007 15:26 GMT
Thanks guys. I am definitely going to follow the link and work on this. By
the way, how did you get this good? The knowledge you have. Are there any
good schools or books out there?
> Can someone tell me why my Autonumber which started with 5 digits all of the
> sudden is going to seven digits and not in succession? It even has negative
> numbers.!
Jeff Boyce - 17 Jul 2007 16:02 GMT
?Years of painful experience?<g>
Jeff Boyce
Microsoft Office/Access MVP
> Thanks guys. I am definitely going to follow the link and work on this.
> By
[quoted text clipped - 6 lines]
>> negative
>> numbers.!
Struggling to learn solo - 17 Jul 2007 16:24 GMT
Gotcha!! Can you suggest some fine reading materials with exercises to
practice?
> ?Years of painful experience?<g>
>
[quoted text clipped - 11 lines]
> >> negative
> >> numbers.!
John W. Vinson - 17 Jul 2007 17:19 GMT
>Gotcha!! Can you suggest some fine reading materials with exercises to
>practice?
Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
The Access Web resources page:
http://www.mvps.org/access/resources/index.html
A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html
MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials
John W. Vinson [MVP]
Struggling to learn solo - 17 Jul 2007 17:36 GMT
You guys are terrific! Thanks for the info!
> >Gotcha!! Can you suggest some fine reading materials with exercises to
> >practice?
[quoted text clipped - 12 lines]
>
> John W. Vinson [MVP]