R
robertm600635
I have a report that displays fees and payments for a given client. The
report uses 2 tables, tblFees and tblPayments. tblFees has FeeID for the PK
and FeeID is the FK in tblPayments. The report lists all the clients fees and
a subreport lists the related payments. My problem is that if there is a row
in tblFees that doesnt have any related rows in tblPayments, the report does
not display that fee. Anyone have a solution for this?
report uses 2 tables, tblFees and tblPayments. tblFees has FeeID for the PK
and FeeID is the FK in tblPayments. The report lists all the clients fees and
a subreport lists the related payments. My problem is that if there is a row
in tblFees that doesnt have any related rows in tblPayments, the report does
not display that fee. Anyone have a solution for this?