Results 1 to 2 of 2

Thread: IF Not Question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Location
    dallas,texasd
    Posts
    26

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IF Not Question

    Yes, it's checking for null values in the field.

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