I have a two tables with a one to one relationship on an ID field. The ID field in the first table is an autonumber field and primary key. The second table has an ID which has a long integer data type. I made two tables one to one simply because the first table was getting too big.
Anyway the autonumber in the first table goes from 1 to 26, then it jumps to 1572878 and continues counting up from there. Forms that I had created stop at 26 on the record navigation. New forms created will include all records.
Why the jump? Can I bring the numbers back in line easily. I know it is only a unique number and should not matter, but it bugs me to have a gap of over one million. Can I correct the old forms? I have already tried compacting and repairing.
Anyway the autonumber in the first table goes from 1 to 26, then it jumps to 1572878 and continues counting up from there. Forms that I had created stop at 26 on the record navigation. New forms created will include all records.
Why the jump? Can I bring the numbers back in line easily. I know it is only a unique number and should not matter, but it bugs me to have a gap of over one million. Can I correct the old forms? I have already tried compacting and repairing.