I have created a report that adds a number of different attributes per person, and displays how many of those attributes that person had. But I do not want people showing up that have less that 2 attributes (they only have 1 attribute or zero attributes).
So far I have :
But it does not wipe out those people with less than two attributes ...
Any assistance would be greatly appreciated ...
Thanks ...
So far I have :
Code:
If (Count of Stud.Action) < 2 Then " "
But it does not wipe out those people with less than two attributes ...
Any assistance would be greatly appreciated ...
Thanks ...