subreport problem

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

I have a main report that runs from a query that prompts
the user for a date, like Beginning Date, and Ending
Date. I have another report that does the same thing.
When I try to use one of those reports as a subreport I
get prompted to enter the beginning and ending date in a
infinite loop. How can I solve this problem?

many thanks in advance!

Adam
 
ok, I fixed this problem by deleting the criteria for the
date in the subform, but what I get now is the sub report
on each page. I would like for the subform to appear at
the bottom of the page AFTER all the data from the main
report has been displayed. The only thing I want to link
is the date.

Thanks,

Adam
 
Sounds like you want to create a group footing by date.
Then, have your subreport in the group footing. Join the
main report to subreport by date.
 
Back
Top