Hello-
I have done some searching around for this and have not been able to find a definite solution...
I am working on a system that will allow a person at work to make multiple entries on to multiple forms on a single page. This is going to part of an existing work order maintenance system where I work. The problem is this...
When a user comes to the search page and enters in a work order in the search field, it will then display a list of the parts used for that work order (This is all tied to a MySQL database). What I want the system to be able to do is allow the user to click on checkboxes next to parts that they wish to edit the information for. Once the check the boxes they will then be brought to a page displaying the edit forms for each part that they checkmarked (it should ONLY display forms for the boxes which they checkmarked).
Once the are done editing the information for each part, they should be able to hit a single submit button to update the information for each part in the database.
In otherwords:
PAGE - 1
Search = 333
PAGE - 2
Parts for Work Order 333
[] Part 1
[] Part 2
[] Part 3
[] Part 4
<User checkmarks Part 2 & Part 4>
-SUBMIT-
PAGE - 3
Information Forms for Select Parts
Part 2
| Part 2 Form |
Part 4
| Part 4 Form |
<User fills in info in forms>
-SUBMIT-
<MySQL records for Part 2 and Part 4 updated>
If anyone knows the methods necessary to complete such a process using multiple checkboxes to display mutliple forms on a single page, the information would be greatly appreciated!!!
Thank you for your time and Consideration,
Daniel J. Noah
dnoah333@coredcs.com