I have a report (linked to a query) and in the footer I already have one count calculation that works. Basically it counts all the rows in the report and gives me the correct number.
However I have a column in my report with the field 'Collected By'. That's fine, and in the next column next to it I have that as 'Disposed'. In a that coloumn I have a text box that generates the word 'Yes' if the word 'ASAL' is in the 'Collected By' field/column.
Now I would like a count function or something to count all the 'Yes' in the Disposed field/column.
However I have a column in my report with the field 'Collected By'. That's fine, and in the next column next to it I have that as 'Disposed'. In a that coloumn I have a text box that generates the word 'Yes' if the word 'ASAL' is in the 'Collected By' field/column.
Now I would like a count function or something to count all the 'Yes' in the Disposed field/column.