D
DS
I can't seem to store a date.
Here is the scenerio.
Me.TxtStart = Date()
Set db = CurrentDb
Set tdf = db.TableDefs("tblDefault")
Set fld = tdf.Fields("TestStartDate")
fld.DefaultValue = Me.TxtStart
Whats being set in the TestStartDate field is the time! I need the date
thats in the Me.TxtStart field.
Any help appreciated.
Thanks
DS
Here is the scenerio.
Me.TxtStart = Date()
Set db = CurrentDb
Set tdf = db.TableDefs("tblDefault")
Set fld = tdf.Fields("TestStartDate")
fld.DefaultValue = Me.TxtStart
Whats being set in the TestStartDate field is the time! I need the date
thats in the Me.TxtStart field.
Any help appreciated.
Thanks
DS