I would like to count the number of fields on a report based on a criteria. I can count the number of fields by using =Count([Text1]) on a fields record source. But how can I say Count only the fields whose value is N? I know this can be done on a query but can it done on a report? Thanks...