The problem with AutoInc is because the value becomes a PK and If my company
wants to change the number from 100 to 1000, we can't just do it without
compacting and deleting all data.
I want to be able to create a table such as NEXTNUMBER, with only one field
called NextValue. I should be able to READ the current value and add 1 and
do it in an INSERT or NEWRecord event. After that, then i need to update
the NextNumber table.
"John W. Vinson" <jvinson@STOP_SPAM.WysardOfInfo.com> wrote in message
news

(E-Mail Removed)...
> On Mon, 7 Jan 2008 09:35:16 -1100, "fiaola" <(E-Mail Removed)> wrote:
>
>>Hi All,
>>
>>I want to be able to auto increment a number, but I don't wan to use the
>>AutoInc feature of Access due to problems that i forsee when i have to
>>reset
>>the number in the future.
>>
>>What is the best way to do this? Can you post some example? or website
>>that
>>may have this information?
>>
>>Thanks for answering.
>>
>
> What do you mean by a "one number table"? What are you going to actually
> do
> with this number, and where will it be stored?
>
> John W. Vinson [MVP]