B
Brian
I have a table structure that uses "Autonumber" for the
data type (primary key) with the field size and new value
settings as "Long Integer" and "Random." The table is
populated by multiple users while not connected to a LAN,
then periodically synchronized. However, during a test
of the application we found two of eight records with the
same primary key number. After a little trial and error
I found the following number sequence produced by the
random number generator for six sequentially entered
records:
1080228088
1080247740
1080258193
1080261960
1080262122
1080293097
The pattern does not look random.
Any thoughts on why Access is not producing random
numbers for this field? How do I fix this problem?
data type (primary key) with the field size and new value
settings as "Long Integer" and "Random." The table is
populated by multiple users while not connected to a LAN,
then periodically synchronized. However, during a test
of the application we found two of eight records with the
same primary key number. After a little trial and error
I found the following number sequence produced by the
random number generator for six sequentially entered
records:
1080228088
1080247740
1080258193
1080261960
1080262122
1080293097
The pattern does not look random.
Any thoughts on why Access is not producing random
numbers for this field? How do I fix this problem?