Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Help with Joins

    Modifying the second join to:

    [font="Courier New"]

    Inner JOIN InvoiceDetailAfter A on A.InvoiceId= I.id AND A.TxnLineID = B.TxnLineID

    [/font]

    Solved the problem. Thank you!

Viewing post 1 (of 2 total)