CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    95

    Enter a Null Value through DAO 3.6

    Hi...
    I have a database program in which I would like the user to be able to enter Null value. It doesn't absolutly have to be that way... I could intercept a request to enter a Null value and insert a single Chr(32) (space). Then translate as Null upon request for read. But I though it would be perhaps a little cleaner if I could just add Null value to database. Thanks for your help.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Enter a Null Value through DAO 3.6

    Don't know if it will work but try using the Constant "vbNull" instead of the space.

    John G

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

Featured