This is hard for me to explain.
If you look at my page I have created I can use this as a reference point.
I have created a form with a table inside.
The table is populated by a Access database. According to User input from a previous page I don't know how many rows of data. This will depend on how many students are in a class.
The table has three elements I care about.
1) studentID (Hidden Field)
2) chkAttend (checkbox named chkAttend)
3) chkPLUCredit (checkbox name chkPLUCredit)
The user can check one or both or none of the checkboxes per student.
So this will vary. This means I will have multiple studentID's, multiple chkattends and multiple chkPlucredits. I need to then read the final form and update my master file with the checkboxes that have been checked. I cant figure out how to do this. I understand this can be done in javascript. Any source I can go to read on how to do this?
Thanks,
Bob Leffew
If you look at my page I have created I can use this as a reference point.
I have created a form with a table inside.
The table is populated by a Access database. According to User input from a previous page I don't know how many rows of data. This will depend on how many students are in a class.
The table has three elements I care about.
1) studentID (Hidden Field)
2) chkAttend (checkbox named chkAttend)
3) chkPLUCredit (checkbox name chkPLUCredit)
The user can check one or both or none of the checkboxes per student.
So this will vary. This means I will have multiple studentID's, multiple chkattends and multiple chkPlucredits. I need to then read the final form and update my master file with the checkboxes that have been checked. I cant figure out how to do this. I understand this can be done in javascript. Any source I can go to read on how to do this?
Thanks,
Bob Leffew