i dont work with access very much so im having a little trouble with this one.
how do i set the default value with alter statements. i have this which gets me half the way there
i have tried putting Default 0, Default(0) , Default=0, and numerous other combinations at the end of the above statement but know default value of zero is set.
how do i set the default value with alter statements. i have this which gets me half the way there
Code:
ALTER TABLE TESTTABLE ADD COLUMN MYFIELD INTEGER NOT NULL
i have tried putting Default 0, Default(0) , Default=0, and numerous other combinations at the end of the above statement but know default value of zero is set.