Ok, I have two forms. The first form you enter in a whole bunch of info and have a row of checked boxes. Once you click submit, the second form pops up calculating every thing entered on the first form and a has the total number of checked boxes clicked. I am having trouble getting the sum of the checked boxes. First I tried to get the result in textbox but that didnt work. So I made box be a listview so I could you the function count, but it doesn't work on counting items on the first form. Any ideas?
↧