I'm using VB.NET 2003. On one form, the user enters data via radiobuttons and checkboxes. They also have the option of assigning each group of radiobuttons or checkboxes to a various scoring category (1-8). The idea is that points are assigned based upon which checkbox or radiobutton is selected. The points are added up for a total score within that category at a later point in time. Since the user can determine which category the points are assigned to, is there a way for VB.NET to simply add up all of the values that have been assigned to a particular scoring category?