I am having trouble with report values returning as #Num!
I have two text boxes that display caluculations based on the number of true values in yes/no fields:
=(Sum(IIf([Eligible]=True,1,0))) which is text 8 and
=(Sum(IIf([Eligible]=True,1,0))) which is text 10.
I then want to divide text 10...