Hi ,
am kind of in conflict here
I created a database using access

table name is appraisal table
three columns

Research Paper , Conference , Others

Research Paper = 10 Points
Conference = 5 Points
Others = 3 Points

Anyway what I want to do is the three columns type is checkbox

create data grid view in visual basic and load appraisal table

when user run the program and checkbox all of them it should show 18 points in a label , or textbox , or anywhere ;P

how can I do that ?