Is there any problem using autonumber in a table in a network environment?
Autonumber primary keys will not allow you to have lots of people adding
records at the same time. You should plan something else if you are ever
going to add more than 1 record every few minutes.
or, to put it another way:
Access/Jet is a distributed database engine, with high latency.
(david)