跳到主内容

搜索

搜索

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

请先登录再写评论。