Join three tables in report?
I have tables A, B, and C.
I can make a report using A + B. I can make a report using B + C. I cannot seem to join A + B + C and have a report that shows **all three**.
This is simple in a normal database provided the key values are present. How can I do this?