Re: Autonumber values growing by leaps and bounds?
- From: MLH <CRCI@xxxxxxxxxxxxxx>
- Date: Sun, 05 Mar 2006 22:25:07 -0500
They will not be used exponentially. You will see gaps occasionally big ones,I sure hope you're right on that. That's all I need is for this f'ing
but those gaps will not grow as your database grows unless you have some very
strange things going on.
app to run out-a-numbers as a result of something strange that
I probably do have going on. That would be just my luck.
I was just talking to Jeff Smith about that very thing a few minutes
Did you account for the fact that the AutoNumbers will wrap around? They will
not wrap to zero and fill in gaps, but they will wrap around and use all of the
negative numbers that a Long Integer supports.
ago. Its a comfort to know that it will wrap.
Without doubt, I won't run out of them as the result of the actual
Be comforted in the fact that I have never seen a post from an Access user that
had run out of AutoNumbers. You would likely hit the file size limit way before
that happened.
record count. Even the biggest customer will probably have no more
than 50-100 thousand recs over a few years use. But if after a year or
two, I'm wasting them by the millions because of something stupid I
did in the code - its gonna come back to haunt me.
Since no one's ever posted the problem, I'm probably worrying over
nothing. But I hope I never have to face coding to reassign smaller
values to base tables and their related counterparts. That would be
a bear.
.
- References:
- Re: Autonumber values growing by leaps and bounds?
- From: Rick Brandt
- Re: Autonumber values growing by leaps and bounds?
- From: crci
- Re: Autonumber values growing by leaps and bounds?
- From: Rick Brandt
- Re: Autonumber values growing by leaps and bounds?
- Prev by Date: Re: Autonumber values growing by leaps and bounds?
- Next by Date: Re: drop list to fill in the blanks on a form
- Previous by thread: Re: Autonumber values growing by leaps and bounds?
- Next by thread: Re: Autonumber values growing by leaps and bounds?
- Index(es):
Relevant Pages
|