Change field to AutoNumber when there is info in it.

E

emerb

Hello,
Is it possible to set a field to a datatype of autonumber when there is
alreay data in it?
 
J

John Vinson

Hello,
Is it possible to set a field to a datatype of autonumber when there is
alreay data in it?

Nope.

If you need to accomplish this change, create a new table with the
existing field definitions, but with an Autonumber; then run an Append
query to migrate the data from your existing table.

John W. Vinson[MVP]
 
Top