are the three fields in the same table?
If they are, you could create a query that will have three Count (one on each field), and then, in your report, you would create a formula in the textbox or label you will use to display your result. The formula would be something like:
=[query]![field1]...