hello,
how can I alter a field in a table to have a default value ?
I am trying this :
ALTER TABLE tblchat
ADD thetime DEFAULT =time()
not working.
I am using Access2000, but wantto beable to do this via SQL, instead of using the gui,
thanks for any help.
Jamie
how can I alter a field in a table to have a default value ?
I am trying this :
ALTER TABLE tblchat
ADD thetime DEFAULT =time()
not working.
I am using Access2000, but wantto beable to do this via SQL, instead of using the gui,
thanks for any help.
Jamie