Table Joins and an one empty table

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

Table Joins and an one empty table

Post by DanF_(Guest) » Fri Nov 18, 2005 9:43 am

I have a report that includes four tables that have assigned joins on three fields. There relationship is one-to-one for all but one table and it has a one-to-many relationship. The first three tables(one-to-one) will always have data in the joined fields. The fourth table,however will not always have data in the joined fields. In most cases it will be empty. If this table is empty, the report will show "no records found". Is there a way to print the report with this fourth table empty?____Thanks__DanF__I am using Version 11, Report Works SQL version

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

=> Table Joins and an one empty table

Post by kfleming » Fri Nov 18, 2005 11:50 am

You would need to edit the join and include unmatched records on the left. This however may or may not be permitted depending on the ODBC driver that you are using.____Kathleen__R&R Support

DanF_(Guest)
Posts: 14
Joined: Tue Oct 10, 2017 12:44 pm

==> Table Joins and an one empty table

Post by DanF_(Guest) » Fri Nov 18, 2005 3:06 pm

That seems to work with my ODBC.____Thanks__DanF

Post Reply