R
ReidarT
I try to add a yes/no field into a table, but get an error.
dbs.Execute "ALTER TABLE tblFirmaopplysninger Add column TurIDSynlig
dbBoolean ;"
if I use 'text 255' instead of dbBoolean it works OK, but this shall be a
yes/no field
regards
reidarT
dbs.Execute "ALTER TABLE tblFirmaopplysninger Add column TurIDSynlig
dbBoolean ;"
if I use 'text 255' instead of dbBoolean it works OK, but this shall be a
yes/no field
regards
reidarT