Results 1 to 12 of 12

Thread: [RESOLVED] Invalid use of Null

Hybrid View

  1. #1
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Invalid use of Null

    VB Code:
    1. IIf(IsNull(rs!replyMessage), "", Trim(Replace(rs!replyMessage), "'", ""))

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    256

    Re: Invalid use of Null

    Hi Shakti,

    Quote Originally Posted by shakti5385
    VB Code:
    1. IIf(IsNull(rs!replyMessage), "", Trim(Replace(rs!replyMessage), "'", ""))
    if a remove the last bracket i.e ")" it gives a complie error saying
    "argumetn not optional "

    and the replace function is higlighted

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