N
NJS
1. Does anyone know why/how an autonum field in a table in Access (2000) can
jump from 837 to 258978675? If I do an (SQL)insert, then a DMAX, I get
258978675 (or whatever is the next (high) #).
If I do a manual insert, then 838 is allocated as the autonum field. On a
different platform the next number is always 258978675, regardless of the
insert method?
It appears the autonumbering mechanism is running two sequences?
2. Is there any way of replicating the table, and ensuring the next number
is 838. The copy process seems to inherit the high sequence. (I tried the
append query and it didn't work)
thanks very much - in advance.
jump from 837 to 258978675? If I do an (SQL)insert, then a DMAX, I get
258978675 (or whatever is the next (high) #).
If I do a manual insert, then 838 is allocated as the autonum field. On a
different platform the next number is always 258978675, regardless of the
insert method?
It appears the autonumbering mechanism is running two sequences?
2. Is there any way of replicating the table, and ensuring the next number
is 838. The copy process seems to inherit the high sequence. (I tried the
append query and it didn't work)
thanks very much - in advance.