C
CEV
I have a text box on the footer of my form. The control source is as
follows:
=Sum(Abs([Department]="Vocational"))
That text box calculates a number for me. Now what I want to do is take that
number and divide it by another number, we'll say 6 and have that show up in
a new text box. So what would the control source of the new text box be? I
want it to show "=Sum(Abs([Department]="Vocational"))" divided by 6. Is
there an easy way to do this?
Thanks,
CEV
follows:
=Sum(Abs([Department]="Vocational"))
That text box calculates a number for me. Now what I want to do is take that
number and divide it by another number, we'll say 6 and have that show up in
a new text box. So what would the control source of the new text box be? I
want it to show "=Sum(Abs([Department]="Vocational"))" divided by 6. Is
there an easy way to do this?
Thanks,
CEV