|
-
Sep 7th, 1999, 10:45 PM
#1
Thread Starter
New Member
I have created a VB Project to include data-entry forms for a MS Access database. Since I added the field (Last Updated), I am getting a data-type conversion error whenever I try to add records to my table. The table in the Access db is defined as a date/time field with an Input mask for the Short Date. Could this be causing my error??
-
Sep 8th, 1999, 11:49 AM
#2
New Member
I had this problem with date/time conversion
error. But I used Crescent activeX control for date/time field. To solve this problem I unbounded control, because if it's empty it's not valid format for date/time field(So you can not save data).
-
Sep 8th, 1999, 06:21 PM
#3
Try using CDate before you save the field.
------------------
Vincent van den Braken
EMail: [email protected]
ICQ: 15440110
Homepage: http://www.azzmodan.demon.nl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|