Results 1 to 3 of 3

Thread: ignore nulls

  1. #1

    Thread Starter
    Addicted Member smh's Avatar
    Join Date
    Oct 2000
    Location
    South Dakota, USA
    Posts
    249
    I can't remember what the code is to ignore nulls when filling a textbox. How can I make this statement ignore them?

    txtLocation = rst!Location

    smh

    (It must be getting near the end of the day!)





    Normal is boring...

    smh

  2. #2

  3. #3
    Guest
    Alternatively:

    txtNumber.Text = RS!Location & ""

    - gaffa

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