Left Join not working
-
- Posts: 8
- Joined: Tue Oct 10, 2017 12:44 pm
Left Join not working
Here is my problem. I have three tables, ARINVC (invoice header), ARITRS (invoice detail of line items), and the ICITEM (inventory item details). Master table is ARINVC that relates to the ARITRS. Then the ARITRS table relates to the ICITEM table. If there is no related ARITRS record, it disregards the ARINVC record. I need the data in the ARINVC table for my report. If I try to join the ARINVC table to the ARITRS table with a _left_ join, I get an error message. The join between the ARITRS and ICITEM is a left join that works without problem.______
=> RE: Left Join not working
What ODBC driver are you using?____Kathleen__R&R Support
-
- Posts: 8
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Left Join not working
SQL Server. I am using v10 of R&R SQL.
-
- Posts: 8
- Joined: Tue Oct 10, 2017 12:44 pm
===> RE: Left Join not working
Any direction?