According to w3schools I can set default value in MS Access this way:
ALTER TABLE Persons
ALTER COLUMN City SET DEFAULT 'SANDNES'
But this variant gives me
"Syntax error in ALTER TABLE instruction".
Also doesn't work:
"SANDNES"
(SANDNES)
I'm confused about that. My City Column hasn't any constraints or dependencies.
MS Access 2007. What i'm doing wrong ?
What important to mention: I should use SQL VIEW inside MS Access to set default value