Syntax for countin certain occurrences in a Report

  • Thread starter Thread starter LA Lytle
  • Start date Start date
L

LA Lytle

Guest
I need the syntax for a formula that will count certain occurrences in a field within a report. I want to exclude the blanks or nulls from the count. Currently I am counting all occurrences including nulls or blanks. =count([DD])
 
Take a look at the DCount function. Include the same criteria for your report and then add the criteria for the NOT Null and <> "".
 

Users who are viewing this thread

Back
Top Bottom