Results 1 to 5 of 5

Thread: Resolved--String manipulation in VBA

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2005
    Posts
    17

    Resolved Resolved--String manipulation in VBA

    Hi ppl,

    I have following situation. I have a form containing First name text box and the last name text box. When I press confirm button on this form, it concatenated First name and the last name to give me full name as a parameter that I am passing to the next form. However, problem comes if a user has last name like "O'Neil" or "O'Hair" or "O'Dell" the compiler does not understandd that apostrohy sign and gives me a runtime error.

    Does anyone know how do I access such string which contains characters such as " " " , " ' ", "`"

    Thanks in advance,
    Vikram Bartakke
    Last edited by vikram.bartakke; Mar 7th, 2005 at 03:40 PM.

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