I'm trying to drop the Default on a field in my MSACCESS 2000 table
Here is my Code:
dbs.execute "ALTER TABLE tblJobs ALTER COLUMN JOBNoOnFile_R DROP DEFAULT"
I'm getting syntax error and don't see why. Does anyone know what I'm missing
Thanks for your help,
LaDeana
Here is my Code:
dbs.execute "ALTER TABLE tblJobs ALTER COLUMN JOBNoOnFile_R DROP DEFAULT"
I'm getting syntax error and don't see why. Does anyone know what I'm missing
Thanks for your help,
LaDeana