I would like to make a small program that gathers people’s votes for a pumpkin carving contest we’re having at work. They will vote on 5 categories. I have made txtBox1, 2,3,4,5 and want them to enter the number of the pumpkin they vote for in each category.
I know how to make the form and name the boxes etc. but how would i best tabulate the votes in each category. Do i input the data into excel and then count it? What would be the simplist way? Also, how to i prevent them from voting for the same pumpkin in any of the 5 categories. It has to be a different pumpkin in each category. thanks for your help.