Question checkbox and database

albahrain

New member
Joined
Sep 13, 2008
Messages
1
Programming Experience
1-3
good day,
i need your help to give me and example for the attached diagram.
i need the example contain the following:
set of question and each answer contain value it multiple chose questions. when the user select the answers and click calculate the program with calculate the total values of the answer and search on the database about the result.
can you please provide me with small program doing that ?
 

Attachments

VB.NET:
Expand Collapse Copy
Table
Col1_Question   Col2_AnswerA    Col3_AnswerB    
'question'          0               1               

Form
Label1 = Col1_Question
chk1 = Col2_AnswerA
chk2 = Col3_AnswerB
 
Back
Top