I have a report with bird nests and number of chicks. I created a calculated control that counts the number of total nests. The control source is =(Count([FledgeNumber])). When I run, I get:
Year TerritoryName FledgeNumber
1996 Nest1 2
1996 Nest2 0
Total Number of Active Nests For 1996 2
I also want to create a calculated control that counts only the number of successful nests (all with FledgeNumber > 0). In the above example, it should yield "1". I'm new to Access, but I've tried everything I can think of and nothing works. Can anyone PLEASE help me?
Year TerritoryName FledgeNumber
1996 Nest1 2
1996 Nest2 0
Total Number of Active Nests For 1996 2
I also want to create a calculated control that counts only the number of successful nests (all with FledgeNumber > 0). In the above example, it should yield "1". I'm new to Access, but I've tried everything I can think of and nothing works. Can anyone PLEASE help me?