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

検索

検索

I need add functionality or vba script to my checkbox

コメント

1件のコメント

  • Avatar
    Peter Thane

     

    You need to link your check box to a field the field that display the result and make the label field a Visual Basic Script> Event Controlled Script >OnPostPrompt  field with the syntax something like the sample below, where the X is your validation routine and the Y is your continue routine.

    If Value = "Check Box" then
    Value = X
    else value = Y
    end if

    I hope this makes sense

    Pete

    0

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