R
Rick Allison
Here's the DAO code.
' Set the default value for Record Add Date Time!!
Set tdfTableDef = dbs.TableDefs!trelROLevelGroup
tdfTableDef.Fields!RecordAddDateTime.DefaultValue = "=Now()"
Does anyone know where I can find how to convert this to ADO?
I've ready a little about OpenSchema but an example sure would help.
Thanks
' Set the default value for Record Add Date Time!!
Set tdfTableDef = dbs.TableDefs!trelROLevelGroup
tdfTableDef.Fields!RecordAddDateTime.DefaultValue = "=Now()"
Does anyone know where I can find how to convert this to ADO?
I've ready a little about OpenSchema but an example sure would help.
Thanks