Question:Can I do the below and if so how.
We have a survey that I put on our Intranet using ASP & Access db. Survey is sent out to our regions which they fill in their comments that are stored in db. Each department has to reply to the comments. On one update page I would like to list all the names,comments and an input box to enter our reply. Can I send multiple inputs to one update page. I use the SurveyID field as the key. Ex:On the example below I would like the "Thank You" to update ID 21 and will try update ID 22 using one update statement..
21 Jane Doe Good job on helpdesk Thank You
22 Doug Smith you need help will try
Thanks
We have a survey that I put on our Intranet using ASP & Access db. Survey is sent out to our regions which they fill in their comments that are stored in db. Each department has to reply to the comments. On one update page I would like to list all the names,comments and an input box to enter our reply. Can I send multiple inputs to one update page. I use the SurveyID field as the key. Ex:On the example below I would like the "Thank You" to update ID 21 and will try update ID 22 using one update statement..
21 Jane Doe Good job on helpdesk Thank You
22 Doug Smith you need help will try
Thanks