メインコンテンツへスキップ

検索

検索

Capitalization Of Month

コメント

4件のコメント

  • Avatar
    Legacy Poster

    If you go into the Transforms tab of the field and open the VB Script option and type in

     

    Value=UCase(value)

     

    then hopefully that should sort it 

    0
  • Avatar
    Ian Cummings
    モデレータ

    Under the "Transforms" tab, select the "VB Scripting" properties button, and then paste in the below expression:

     

    value = UCase(value)

    0
  • Avatar
    Ian Cummings
    モデレータ

    Damn it Pete, you got in before me!! :)

    0
  • Avatar
    Legacy Poster

    Awesome It worked thank you Pete T. and Ian C.

    0

サインインしてコメントを残してください。