Missing parameter - field not present

R

Ron Carr

I have a report, which incldes two sub-reports, which run off 3 queries.
I get a paremeter error, where a field is required but missing.i can run the
sub-reports by themselves, and the queries by themselves, but the main report
container fails with this error.
I have combed the fields in design view, listed the fields in VBA, checked
group and sort, order by properties: the field is not used.
So, how do I find it?
Ron
 
M

Marshall Barton

Ron said:
I have a report, which incldes two sub-reports, which run off 3 queries.
I get a paremeter error, where a field is required but missing.i can run the
sub-reports by themselves, and the queries by themselves, but the main report
container fails with this error.
I have combed the fields in design view, listed the fields in VBA, checked
group and sort, order by properties: the field is not used.


Also check the subreport controls' LinkMaster/Child
properties and each data control's DefaultValue property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top