Results 1 to 2 of 2

Thread: Null to ZeroLength

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523

    Post

    Is it possible to change a Null data type to ZeroLength String????
    Thanks for your help.

    ------------------
    Visual Basic Programmer
    ------------------
    PolComSoft
    You will hear a lot about it.


  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    I don't know what you are trying to do, but try to use:
    IIf(RecordSet1.Fields(0).Value=Null,"",
    RecordSet1.Fields(0).Value)

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