I know I have seen this somewhere before but can't seem to find it now.
On a report, I have a calculated textbox -- =Sum(IIf([ServiceOrderStatus]="2",1,0))
If the sum = 0 I want to set the visible property to "false"
what would be the best way to so this?
thanks
Kevin
On a report, I have a calculated textbox -- =Sum(IIf([ServiceOrderStatus]="2",1,0))
If the sum = 0 I want to set the visible property to "false"
what would be the best way to so this?
thanks
Kevin