I have the following formula in a text box. I know it isn't really close but it is the eaisest way to explain my needs.
I would like a total of all [actRegHours] from the table tabActivity where [actActivity] equals "Court".
=IIf([actActivity]="court",Sum([actRegHours])," ")
Thanks, Jeff
I would like a total of all [actRegHours] from the table tabActivity where [actActivity] equals "Court".
=IIf([actActivity]="court",Sum([actRegHours])," ")
Thanks, Jeff