I have a subreport called "ASSET" within my report, which links to the main report through a parameter (ClientID).
So, for each time that ClientID(client table) = ClientID(asset table), the information is displayed.
Now, I also have a liability table. In the asset table I have a field called "ID" and in the liability table I have a field called "AssetID".
What I am trying to do is, while my subreport is printing, if there are any "AssetID" = "ID" then I want to print a note in the subreport... "Note: there is a liability associated with this asset."
However if there are 2 liabilities associated with the asset.. then the ASSET gets repeated 2 times, which I don't want to happen.
How can I set the linking up so this will work? Any suggestions?
So, for each time that ClientID(client table) = ClientID(asset table), the information is displayed.
Now, I also have a liability table. In the asset table I have a field called "ID" and in the liability table I have a field called "AssetID".
What I am trying to do is, while my subreport is printing, if there are any "AssetID" = "ID" then I want to print a note in the subreport... "Note: there is a liability associated with this asset."
However if there are 2 liabilities associated with the asset.. then the ASSET gets repeated 2 times, which I don't want to happen.
How can I set the linking up so this will work? Any suggestions?