G
Guest
Hi,
I would like to count records in a report. Here are two different scenarios
that I am trying to figure out:
1) How to count records with the following criterion: "Fieldname1" = 0 (as
in the number 'zero'). The Fieldname1 is a checkbox.
2) How to count records that meet two criteria: "Fieldname1" = 0 AND
"Fieldname2" = 'aparticulartextphrase'
So far, I can do the following:
DCount("Fieldname2" , "[TableName]", "Fieldname2 = 'aparticulartextphrase'")
This allows me to count records where Fieldname2=aparticulartextphrase.
Thanks,
Diana
I would like to count records in a report. Here are two different scenarios
that I am trying to figure out:
1) How to count records with the following criterion: "Fieldname1" = 0 (as
in the number 'zero'). The Fieldname1 is a checkbox.
2) How to count records that meet two criteria: "Fieldname1" = 0 AND
"Fieldname2" = 'aparticulartextphrase'
So far, I can do the following:
DCount("Fieldname2" , "[TableName]", "Fieldname2 = 'aparticulartextphrase'")
This allows me to count records where Fieldname2=aparticulartextphrase.
Thanks,
Diana