I need to make a form that lists 120 checkboxes and then adds an associated value to get a total.
I have a table with Description field (i.e. aspirin) and a Points field (i.e.2)
I need to make a subform that shows 120 checkboxes and when the user checks the boxes the associated points are totaled.
I have tried using a default value for each checkbox which works except I can't get the subform to add a new record when I move to the next mainform record.
Am I on the right track or can anyone help with how to make a form where I can see all 120 items and give the use a choice to check 1 or all of them and get a total?
Appreciate any help at all.
I have a table with Description field (i.e. aspirin) and a Points field (i.e.2)
I need to make a subform that shows 120 checkboxes and when the user checks the boxes the associated points are totaled.
I have tried using a default value for each checkbox which works except I can't get the subform to add a new record when I move to the next mainform record.
Am I on the right track or can anyone help with how to make a form where I can see all 120 items and give the use a choice to check 1 or all of them and get a total?
Appreciate any help at all.