|
-
March 19th, 2001, 04:43 PM
#1
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.
-
March 19th, 2001, 04:46 PM
#2
Re: counting nulls
That must work
If IsNuLL(Data1.Recordset("name")) Then
num = num + 1
Iouri Boutchkine
[email protected]
-
March 20th, 2001, 01:10 PM
#3
Re: counting nulls
that works. Thanks for the help.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|