Calculating a value that is not a number

D

dreeves

I have a field with a list box for each record. The Row Source Type in
properties is Value List and the Row Source List is "Yes", "No", and "N/A".
I need to count how many "No" there are in one unbound text box and divide it
into the total count of the field answers to get a percentage of what the
"No" answer is.
 
Top