Hi
I am a relatively new vba user.
Problem:
I need to produce a form that lists 7 subject options.
Each option is either 10 or 20 points.
The user needs to choose two or three options, so that the total number of points is 30.
Can any1 help solve this problem?
My Idea
It is important that I record both the options chosen and the number of points each option is so that I can validate whether the total number of points = 30. I do not know how to do this.
My initial idea would be to use three seperate list boxes.
I am a relatively new vba user.
Problem:
I need to produce a form that lists 7 subject options.
Each option is either 10 or 20 points.
The user needs to choose two or three options, so that the total number of points is 30.
Can any1 help solve this problem?
My Idea
It is important that I record both the options chosen and the number of points each option is so that I can validate whether the total number of points = 30. I do not know how to do this.
My initial idea would be to use three seperate list boxes.