T
tarpon_zeke
I have a table with an autonumber field as the key. One
of the functions the program has is to move a record from
this table to a "historical" table.
For some reason at one of my clients that runs this
software, the autonumber resets when they do this.
For instance: if there are 50 records in the table with
#'s 1-50 and they perform the move on the record with the
autonumber of 35, the next record they insert in the table
will have a # 35 in the autonumber, not a 51 as expected.
Any ideas on this? I can't recreate it on my computer or
at other clients. Very strange happening though and it is
messing up some other parts of the application. I rewrote
how the application assigns this # as a fix but I can't
figure out why it is doing this.
I have seen it happen in one other commercial software as
well but it is the first time it happened to me with my
applications.
Thanks in advance for any help.
PZ
of the functions the program has is to move a record from
this table to a "historical" table.
For some reason at one of my clients that runs this
software, the autonumber resets when they do this.
For instance: if there are 50 records in the table with
#'s 1-50 and they perform the move on the record with the
autonumber of 35, the next record they insert in the table
will have a # 35 in the autonumber, not a 51 as expected.
Any ideas on this? I can't recreate it on my computer or
at other clients. Very strange happening though and it is
messing up some other parts of the application. I rewrote
how the application assigns this # as a fix but I can't
figure out why it is doing this.
I have seen it happen in one other commercial software as
well but it is the first time it happened to me with my
applications.
Thanks in advance for any help.
PZ