D
DEI
Is there any way to programmatically change a field's datatype property in a
table? Either with DAO or ADO?
I tried to do it with the .type property with the code below but it does not
work - it might be read only.
CurrentDb.TableDefs(2).Fields(2).Type = dbDate and I get an error.
Thank you,
DEI
table? Either with DAO or ADO?
I tried to do it with the .type property with the code below but it does not
work - it might be read only.
CurrentDb.TableDefs(2).Fields(2).Type = dbDate and I get an error.
Thank you,
DEI