Hey,
I have a report that lists the detail of a table. In each detail line I need to display data from another table that will display the records matching an ID number from the main reports detail line....

Do I need a subreport to do this? If so how would I pass the criteria to the subreport from the main report?

Any ways to do it without a sub report?

Here's a psuedo example of what I am trying to accomplish:

VB Code:
  1. IDNumber IDDetail MoreIDDetail
  2.        IDNumber IDDetailFromOtherTable
  3.                      IDDetailFromOtherTable
  4.                      IDDetailFromOtherTable