have a table.
with data in it.
Using an alter table query to add a new column that is datatype autonumber. But it's not working.
command looks like this:
CurrentDb.Execute "ALTER TABLE [v50040-Batch] alter column [BatchID] Autonumber"
error: there is not field name autonumber is table v50040-batch
any help???
with data in it.
Using an alter table query to add a new column that is datatype autonumber. But it's not working.
command looks like this:
CurrentDb.Execute "ALTER TABLE [v50040-Batch] alter column [BatchID] Autonumber"
error: there is not field name autonumber is table v50040-batch
any help???