J
Joseph Meehan
Noozer said:ASP webpage is inserting a new record into a table. One of the
columns in an autonumber. How can I get the autonumber after
inserting a row?
Note we always have to say this if you want to see or need to know the
autonumber:
I suggest you may not want to use Autonumber for that use. Autonumbers are
designed to provide unique numbers. It in not designed to provide numbers
in order and for a number of reasons may not do so. As a result using them
in any application where the user sees the numbers is likely to end up with
confusion.
There are other ways of providing the numbers you want depending on the
particual application.