• Show/hide textbox control on report

    Author
    Topic
    #354104

    How can I show or hide a textbox control on a report based on whether the field (for that record) that the control is bound to is empty? Specifically, I can’t figure out how to test for the existence of data in the field

    Viewing 0 reply threads
    Author
    Replies
    • #519651

      Use the Len() function to test the length of the field value concatenated to an empty string, like this:

      Len([Field1] & “”)>0

    Viewing 0 reply threads
    Reply To: Show/hide textbox control on report

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

    Your information: