W
wx_chase
I'm trying to create a form with 5 rows of check box's and then pass the
assigned value ( based on users input choice) to a text box.
Looks sort of like this with numbered rows.
#1 #2 #3 #4 #5
*A=5 * A=5 *A=5 *A=5 *A=5
*B=4 *B=4 *B=4 *B=4 *B=4
*C=3 *C=3 *C=3 *C=3 *C=3
*D=2 *D=2 *D=2 *D=2 *D=2
*E=1 *E=1 *E=1 *E=1 *E=1
TEXTBOX=Average of selected checked box's (always one check per row)
1. First, how do I assign the values shown above to each check box?
2. Then, How do I calculate and display the average of a users selection
into my text box? (sum/5?)
3. Once the box's are checked, and the average obtained, can I pass all
those parameters to my table with a save button? (selected checkbox's and
the average)
Thanks!
assigned value ( based on users input choice) to a text box.
Looks sort of like this with numbered rows.
#1 #2 #3 #4 #5
*A=5 * A=5 *A=5 *A=5 *A=5
*B=4 *B=4 *B=4 *B=4 *B=4
*C=3 *C=3 *C=3 *C=3 *C=3
*D=2 *D=2 *D=2 *D=2 *D=2
*E=1 *E=1 *E=1 *E=1 *E=1
TEXTBOX=Average of selected checked box's (always one check per row)
1. First, how do I assign the values shown above to each check box?
2. Then, How do I calculate and display the average of a users selection
into my text box? (sum/5?)
3. Once the box's are checked, and the average obtained, can I pass all
those parameters to my table with a save button? (selected checkbox's and
the average)
Thanks!