CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: counting nulls

  1. #1
    Join Date
    Jan 2001
    Posts
    6

    counting nulls

    i'm trying to count null fields in an access db -and failing.
    This is what is failing :
    If Data1.Recordset("name") = NULL Then
    num = num + 1
    If i debug it i can see that the field is null but it still tests as false.
    Any help please ?
    Thanks in advance,
    MD.


  2. #2
    Join Date
    Jan 2001
    Posts
    6

    Re: counting nulls

    ooops wrong category. sorry.
    MD.


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