Count based on value of text field

L

Laura

I would like my report section to perform a count based
on the value of a text field called "Status".

For example, I would like to create a field in the
section footer that is a count of all the records in that
section where [Status] = "Expired".

Is there a way to do this?
Count([Status]="Expired") is not working.

Thanks!
--Laura
 
L

Laura

Works great! Thanks! --Laura
-----Original Message-----
Try:
=Abs(Sum([Status] = "Expired"))

--
Duane Hookom
MS Access MVP


Laura said:
I would like my report section to perform a count based
on the value of a text field called "Status".

For example, I would like to create a field in the
section footer that is a count of all the records in that
section where [Status] = "Expired".

Is there a way to do this?
Count([Status]="Expired") is not working.

Thanks!
--Laura


.
 

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