• If statement in macro using Is Null

    Author
    Topic
    #489730

    This If statement in my macro does not work.

    If [FechaPagada] Is Null Then

    This is in a text box in a form. When I open the form, a pop-up asks to define the part after the If.

    I am trying to change a value depending on whether [FechaPagada] has a value or not.

    Can you help, please?

    Viewing 2 reply threads
    Author
    Replies
    • #1397684

      Try testing for a non zero value instead.
      If [FechaPagada] < 1 Then

      cheers, Paul

    • #1397697

      Is that the way to test for Null in macros?
      In VBA it is:
      If IsNull([FechaPagada]) Then

    • #1397704

      I used another field to test, a yes/no field, and the inmediate if. Testing for a -1 or 0 works.

      Is Pattยดs point valid? Did I structure the original statement correctly?

      Thank you all.

    Viewing 2 reply threads
    Reply To: If statement in macro using Is Null

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

    Your information: