• Title Case (2000 sp3)

    Author
    Topic
    #404416

    Is there a way (in Reports especially but maybe forms as well) to change existing text to the equivalent of Title Case

    Viewing 1 reply thread
    Author
    Replies
    • #822509

      You can use the StrConv function to convert text to a different case.

      In the query behind the form or report create a calculated field as below

      PCName : StrConv([Name],3)

      The second parameter (in this case 3 = propercase ) indicates the type of conversion. Look up VBA help to see a list of different allowble values.

    • #822510

      You can use the StrConv function to convert text to a different case.

      In the query behind the form or report create a calculated field as below

      PCName : StrConv([Name],3)

      The second parameter (in this case 3 = propercase ) indicates the type of conversion. Look up VBA help to see a list of different allowble values.

    Viewing 1 reply thread
    Reply To: Title Case (2000 sp3)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: