|
-
Nov 26th, 2000, 02:10 AM
#1
Thread Starter
Lively Member
Hi guys,
How do i detect NULLs in a recordset. forexample:
rst.fields("date").value is actually a null (empty field due to various reasons).
the following simple if else statement cannot do the detection.
if rst.fields("date").value=null then
end sub
else
'carry on with routine
endif
Pls advice.
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
|