Capital Letters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Presto731
    New Member
    • Jul 2007
    • 53

    #1

    Capital Letters

    HOW do i make the letters in various fields on a form always be capital no matter if they used capital letters or not when typing?
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    In Design View for the form, select the textbox, goto Properties - Format and in the Format Property type in the symbol

    >

    Linq ;0)>

    Comment

    • Presto731
      New Member
      • Jul 2007
      • 53

      #3
      Originally posted by missinglinq
      In Design View for the form, select the textbox, goto Properties - Format and in the Format Property type in the symbol

      >

      Linq ;0)>
      Do you have a simpler way :D

      Thanks!

      Comment

      • Stewart Ross
        Recognized Expert Moderator Specialist
        • Feb 2008
        • 2545

        #4
        Hi Presto731. Linq has pointed you to the format property which allows you to force upper case, and you would be wise to follow his advice.

        Formatting separates how values are presented from how they are stored. You do not need to convert text to upper case to display it that way.

        If you need to refer to text in capitals for specific purposes you can always use a calculated field in a query with the Ucase function to do the conversion. This will not help you on your form (where you need to have bound fields, not calculated ones) and in any event it is not simpler.

        For your forms, set the format property to uppercase using the very simple format code > as Linq said.

        -Stewart


        Originally posted by Presto731
        Do you have a simpler way :D

        Thanks!

        Comment

        • missinglinq
          Recognized Expert Specialist
          • Nov 2006
          • 3533

          #5
          How much simpler do you want it than entering one character?

          Comment

          • Presto731
            New Member
            • Jul 2007
            • 53

            #6
            Originally posted by missinglinq
            How much simpler do you want it than entering one character?
            i was only kidding, it was very simple.

            Comment

            Working...