Hi Everyone.
I'm trying to alter externally the default value in a table.
I've tried this:
ALTER TABLE tblDocs ALTER COLUMN F10 SET DEFAULT "text1"
and this
ALTER TABLE tblDocs ALTER COLUMN F10 SET DEFAULT 'text1'
without success.
Does anyone know how can this be done via SQL or via DAO maybe?
Thanks in advance,
inos18
I'm trying to alter externally the default value in a table.
I've tried this:
ALTER TABLE tblDocs ALTER COLUMN F10 SET DEFAULT "text1"
and this
ALTER TABLE tblDocs ALTER COLUMN F10 SET DEFAULT 'text1'
without success.
Does anyone know how can this be done via SQL or via DAO maybe?
Thanks in advance,
inos18