Subreport not showing data

bbulla

I'd rather be golfing
Local time
Today, 17:03
Joined
Feb 11, 2005
Messages
101
Hi,

I have a main report that is working fine. Once I add a subreport, link the two using the RECORDNUM in each, and then run the main report, I get prompted to enter a 'missing parameter' called 'tblWinterNightPatrol' .... which is the tablename of a table in the main report.

I don't get what is going on. Separately, both the main report and the subreport work as desired, but once I put them together strange things start to happen.

Any idea what I am doing wrong?

Thanks!
 
OK,

I've attached my db to this post.

The report with the issue is rptWinterNightPatrol (access it through the Reports, not the form that pops up on start up).

Other than some formatting, the report comes up as I want it, but I want to get rid of the 'Missing Parameters' dialog box.
 

Attachments

Awesome. Thanks for your help. I guess having that extra RECORDNUM in the query made the difference. Why does it matter though?
 
It shouldn't matter but you have many fields in that query so it probably just got confused. Or your db might have been corrupt.
 

Users who are viewing this thread

Back
Top Bottom