I have a form, which originally had 10 checkboxes. Each box was named: box1, box2 etc. I had a function that if the check box was checked, it counted (box = box +1). Then it gave a percentage (because there were only 10 boxes, it would be for example: final box count / 10 for the percentage completed.)
However, my company just decided the don't want 10 boxes (tasks to them), but they want 30 additional. Is there an easier way to record the tasks completed, other then coding for 30 different boxes? If they they check 15/30 boxes, the percentage will be 50%, etc. And this will be done on the fly (probably on the current event so as they check a box, the percentage changes instantly.)
Thanks.
However, my company just decided the don't want 10 boxes (tasks to them), but they want 30 additional. Is there an easier way to record the tasks completed, other then coding for 30 different boxes? If they they check 15/30 boxes, the percentage will be 50%, etc. And this will be done on the fly (probably on the current event so as they check a box, the percentage changes instantly.)
Thanks.