D
Dean Slindee
How to change the following two statements to limit to age range 50-64:
=IIf([Age]>=50,1,0)
=IIf([Age]>=50,Sum([Count5064]),0)
Thanks,
Dean S
=IIf([Age]>=50,1,0)
=IIf([Age]>=50,Sum([Count5064]),0)
Thanks,
Dean S