Please help if you can.
=Count(IIf([His Age]<"31" And [His Age]>"1",1))/Count([His Age])
works fine for giving me the percentage of people who are 30 and under, but
=Count(IIf([Combined Income]<"70000" And [Combined Income]>"1",1))/Count([Combined Income])
will not work (in the same report off the same query).
Please advise.
=Count(IIf([His Age]<"31" And [His Age]>"1",1))/Count([His Age])
works fine for giving me the percentage of people who are 30 and under, but
=Count(IIf([Combined Income]<"70000" And [Combined Income]>"1",1))/Count([Combined Income])
will not work (in the same report off the same query).
Please advise.