ScottishFencer
Technical User
Hi There,
I've been looking for a simple answer to a question I have. I'm not sure if this is the right forum and I apologise if not.
The question is quite simple and is this:
Is it possible to add an autonumber field to an existing table that already contains data?
FYI: I the SQL server is used as a backend to an Access front end.
I'm getting error messages that say this isn't possible.
I've thought this over and one way that I can think of to deal with this is to move the data out of the existing table, alter (now empty) tables tructure to include the new autonumber field, and then repopulate it.
Is this the only way?
I've been looking for a simple answer to a question I have. I'm not sure if this is the right forum and I apologise if not.
The question is quite simple and is this:
Is it possible to add an autonumber field to an existing table that already contains data?
FYI: I the SQL server is used as a backend to an Access front end.
I'm getting error messages that say this isn't possible.
I've thought this over and one way that I can think of to deal with this is to move the data out of the existing table, alter (now empty) tables tructure to include the new autonumber field, and then repopulate it.
Is this the only way?