Results 1 to 2 of 2
  1. #1
    uronmapu is offline Competent Performer
    Windows XP Access 2007
    Join Date
    May 2012
    Posts
    124

    How to enter special character ' in textbox

    Dearl all

    How to enter special character ' in textbox



    Thanks

  2. #2
    uronmapu is offline Competent Performer
    Windows XP Access 2007
    Join Date
    May 2012
    Posts
    124
    I'm using function below, It's fine

    Function ReplaceS(s As String) As String
    ReplaceS = Replace(s, "'", "''")
    End Function

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 06-17-2012, 11:55 AM
  2. Replies: 16
    Last Post: 10-13-2011, 07:52 AM
  3. Behavior of the "Enter" key on textbox
    By Grooz13 in forum Forms
    Replies: 1
    Last Post: 01-13-2011, 03:00 PM
  4. Capture enter key on password textbox
    By sarnata in forum Forms
    Replies: 2
    Last Post: 09-09-2010, 10:41 AM
  5. Replies: 11
    Last Post: 07-20-2010, 06:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums