P
Patrick Graham
I have a Clients Table and an Investment Proposal Table.
2 clients at most (usually) are link to the same
Investment Proposal.
I want to print a one page report that will list both the
clients names, but only show the other information once.
How can I combine the 2 Clients Names into one section of
the report I.e.
<--report top of page ---->
Client Name(s):
ClientName1
ClientName2
Bunch of IPS Specific Information
<--report ends---->
2 clients at most (usually) are link to the same
Investment Proposal.
I want to print a one page report that will list both the
clients names, but only show the other information once.
How can I combine the 2 Clients Names into one section of
the report I.e.
<--report top of page ---->
Client Name(s):
ClientName1
ClientName2
Bunch of IPS Specific Information
<--report ends---->