I had previously thought to use an autonumber field with a user defined starting value (100000). The consensus advise is that doing that is not the best way to go. Although I did find that it is possible to do.
That being the case, I would like to know how one would make an integer field with a starting number of 1000000 auto increment?