I have a report with a row of text boxes that are all pulling in values from my query. At the end of the row of text boxes I have an "average" text box that adds up all the text box values and divides by the number of text boxes. The problem is that if one of the numbers in the row is = 0 I don't want the average text box to count that one (so i don't want to include 0 in any of my average calculations). How can I go about excluding the values that are 0? i also don't want the text box values to show a null; they have to show the 0 which may make it hard. Any ideas?
Thanks for the help!!
Thanks for the help!!