Left Join not working

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Ken_(Guest)
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

Left Join not working

Post by Ken_(Guest) » Tue Nov 08, 2005 12:59 pm

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.______

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Left Join not working

Post by kfleming » Wed Nov 09, 2005 5:00 am

What ODBC driver are you using?____Kathleen__R&R Support

Ken_(Guest)
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Left Join not working

Post by Ken_(Guest) » Mon Nov 14, 2005 2:24 pm

SQL Server. I am using v10 of R&R SQL.

Ken_(Guest)
Posts: 8
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: Left Join not working

Post by Ken_(Guest) » Mon Nov 21, 2005 6:55 pm

Any direction?

Post Reply