Control source

R

Rick

I am trying to make some fields in my report that show a
total number of records returned for certian fields. I am
having a problem with the syntax. I think I should be
using count but not sure. THX Rick
 
D

Duane Hookom

You can place a text box in a Group or Report footer with a control source
of:
=Count([MyField])
This will count the number of non-null values in the field in the report.
 

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