Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date field append problems on recset.update
Message
From
03/06/2002 14:28:46
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
03/06/2002 11:37:31
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00664084
Message ID:
00664203
Views:
30
I've had the same problem with the masked edit control. Try explicity formatting the date before sending. I believe this is what stopped the error in my program.

e.g. rstRecordSetName.Fields("FieldName") = Format(mskDateField.Text, "dd-mmm-yyyy")
Previous
Reply
Map
View

Click here to load this message in the networking platform