I am trying to come up with a form to do the following. The leftmost column will have the headings shown below. The rest of the columns are blank. Each row needs to have a checkbox in front of it for validation purposes.
I want users to be able to add data (parameters) for a given location. I then need to validate that if the checkbox is checked AND there is a location number on the 1st row, that there is a value where the row and column meet. That is to say, in the example below, the Param2 for location F283 would generate an error message because it is blank.
I'm guessing there would be a validation button the user would click to validate that eveything is completed correctly.
Once the form is filled out and validated, write this data to a table.
How would i start to code something like this?
I want users to be able to add data (parameters) for a given location. I then need to validate that if the checkbox is checked AND there is a location number on the 1st row, that there is a value where the row and column meet. That is to say, in the example below, the Param2 for location F283 would generate an error message because it is blank.
I'm guessing there would be a validation button the user would click to validate that eveything is completed correctly.
Once the form is filled out and validated, write this data to a table.
How would i start to code something like this?
Code:
LOC A204 C394 F283 R193
Param1 23 85 83 94
Param2 A3 B2 D5
Param3 1 2 3 4