In a report I have an unbound text box which counts the number of check boxes checked "yes". The return value is a negative, -101. Although the 101 is correct, how can I get rid of the negative sign in front of the number. Thanks
"Total to be personalized:" & " " & Sum([Personalize])
"Total to be personalized:" & " " & Sum([Personalize])