G
Guest
I have a table similar to the following:
Name Course Credits Qualifies (check box)
Smith Audit 8 yes
Jones Tax 8 no
At the bottom of the report, I have a text box with a formula to total the
number of credits, but I would like to have another box that would total
only the credits for the courses that qualify. I tried the following
formula, but it is not working:
IIF((Qualifies = true), SUM(Credits),0)
Any thoughts on what I need to do to make this work?
Thanks.
Name Course Credits Qualifies (check box)
Smith Audit 8 yes
Jones Tax 8 no
At the bottom of the report, I have a text box with a formula to total the
number of credits, but I would like to have another box that would total
only the credits for the courses that qualify. I tried the following
formula, but it is not working:
IIF((Qualifies = true), SUM(Credits),0)
Any thoughts on what I need to do to make this work?
Thanks.