I wrote a little program and what will happen is the user will enter a number, such as 5. Then the user will click okay and it will clear the form. Let's say the user enters, 4. It's okay and then exits the current form and goes to the summary form. In the summary form, it displays an average of 4, rather than 4.5.

'Average of Scores in main form
giCustomerCount = giCustomerCount + 1
giPunch = giPunch + iPunch
giSummaryPunch = giPunch / giCustomerCount

Any help will be appreciated, thanks in advance