hi,
MTSmith wrote:
> I am appending one table to another. The autonumber field in table1 ends at
> 989. When I append the second table's records, it jumps the number from 989
> to 575272. Why does it do that and not just number the next appended record
> 990?
Autonumber fields are not designed to be sequences with out gaps. They
only ensure that you'll get a unique number. When using a sequential
autonumber, the default, then it guarantees that you'll get a strictliy
increasing number (Caveat: sign flip at 2^32-1).
mfG
--> stefan <--
|