• If condition (Access 2000)

    Author
    Topic
    #439113

    To the existing If conditions i want to add the condition If IsNull(TglUnitPrice).
    The existing working conditions are as folllows If IsNull(Me!Quantity) And Me!cartons = 0 And Me.Parent!Customerid 123 Then
    I get the error in the following expression when i wnated to add the next if condition:
    If IsNull(Me!Quantity) And Me!cartons = 0 And Me.Parent!Customerid 123 And If IsNull(Me!TglUnitPtice) Then
    How can i correct it ?

    Viewing 0 reply threads
    Author
    Replies
    • #1048555

      You shouldn’t repeat the word If. It must be used at the beginning of the instruction only.

    Viewing 0 reply threads
    Reply To: If condition (Access 2000)

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

    Your information: