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.. :wave:
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
