Hi Guys,
This will be the first of many dumb questions
vt.Field("OName").SetString("Admin")
vt.Field("OPassword").setString("Admin")
vt.DateField("Odob").set(2007,1,1)
v=vt.addrecord()
msgBox v
This does not set the date, when I read it the result is 0-00-00
What dumb thing have I done?
Thanks
Damon