J
Joseph Atie
Im trying to modify a field type in a table
i understand that you can do this with sql
using something such:
ALTER TABLE catalogue_mat ALTER COLUMN cat_code autonumber;
my problem is i clearly dont have the correct syntax as running this sql
query through docmd.runsql()
returns the error autonumber is not a valid field in catalogue_mat
help please
i understand that you can do this with sql
using something such:
ALTER TABLE catalogue_mat ALTER COLUMN cat_code autonumber;
my problem is i clearly dont have the correct syntax as running this sql
query through docmd.runsql()
returns the error autonumber is not a valid field in catalogue_mat
help please