I have a report based on one table with a few lookups. The person the
report is for has his information in the report header and the people he has
donated to listed in the detail section with how much was donated to each on
what dates with totals, etc. The person that the report is for shows a
total of how much was donated to him that is computed in a command file
prior to the report opening. This all works fine. Now I want to use a
sub-report to list in the main report header the rows of data that make up
the total donated to him. The data comes from the same table. I just have
not been able to get the sub-report to do the needed selection using the
DonorID which is a column value used for lookups in the main report header.
What am I forgetting?