I have to print a report on a record. This record may be pointed to by multiple other records in a different table.
I need to list all these other records that point to it, in the report.
e.g.
Main table:
ID = 999
Reference Table:
ID = 1 ref = 999
ID = 2 ref = 888
ID = 3 ref = 999
My report needs to list all the details in the Main Table plus ID 1 and ID 3 from the other table.
Would I do this in a sub-report? If so, how?
I need to list all these other records that point to it, in the report.
e.g.
Main table:
ID = 999
Reference Table:
ID = 1 ref = 999
ID = 2 ref = 888
ID = 3 ref = 999
My report needs to list all the details in the Main Table plus ID 1 and ID 3 from the other table.
Would I do this in a sub-report? If so, how?