Results 1 to 3 of 3

Thread: Data type conversion error--Please help

  1. #1

    Thread Starter
    New Member
    Join Date
    May 1999
    Location
    Wytheville, VA USA
    Posts
    7

    Post

    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??

  2. #2
    New Member
    Join Date
    Jan 1999
    Location
    Cleveland,Ohio,USA
    Posts
    6

    Post

    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).

  3. #3
    Guest

    Post

    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
  •  



Click Here to Expand Forum to Full Width