|
-
Jun 22nd, 2005, 10:50 PM
#1
Thread Starter
Junior Member
IF Not Question
Hello,
in the code below is it or is it not looking to see if the Product table has a null value in it?
Thank you..
If (Not (dsProduct.Tables("Product").Rows(0)("ProductSaleStart") Is DBNull.Value)) And _
(Not (dsProduct.Tables("Product").Rows(0)("ProductSaleEnd") Is DBNull.Value)) Then
End If
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
|