I got the impression that the autonumber doesn't 'calculate' until the instant the record is saved. I'm using autonumber in several of my tables so this is a concern.
I also read that you can choose between sequential and random for autonumbers. In reference to "random", the discussion was about using it when you have more than one copy of your database in use (but not setup with replication) and you'll be combining the records of them together at some point.
Maybe, in a multiuser environment, it would be better to use that option (random) than the sequential. If what I said about the timing is true, it seems practically impossible that two records would be saved simultaneously AND randomly use the same id number.
My app will have around 10 users. I'd like to here any more opinions or feedback based on experience about using autonumbers in a multiuser environment (and/or correct me if the above is erroneous).
Thanks,
T