Results 1 to 5 of 5
  1. #1
    Fifa is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2011
    Posts
    14

    Capslock

    How to make autocapslock in microsoft access form??

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    If I understand your intent, you can use

    fldnameOnForm = UCASE(fldnameOnForm)

    UCASE(fld) results in the value in fld being Uppercase

  3. #3
    Fifa is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2011
    Posts
    14
    Can you explain more about that..because i couldn't understand it.
    I am very beginner in microsoft access..

    thank you in advance..

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Use the After Update event of each control you want in CAPS
    and set the value.

    Me.txtControl = UCase(Me.txtControl)


    Here's another link from M$oft
    http://support.microsoft.com/kb/209520

  5. #5
    Fifa is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jan 2011
    Posts
    14
    i already try..but still failed
    can u explain more..

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

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