Subreport not counting records

  • Thread starter Thread starter icsupt via AccessMonster.com
  • Start date Start date
I

icsupt via AccessMonster.com

I have a subreport in my main report. The subreport counts the records
properly, but when I insert it in the main report, it only counts 1 record.

=Sum(IIf([19a]="Always",1,0))

The report is grouped on Lname.

Any ideas?

Thanks.
 
Do you see the detail records? Where is the control with the expression that
you provided? Are there link master/child properties?
 

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

Back
Top