mcelligott
Programmer
I am attempting to do a tricky update, so here is my best explanation of what I am attempting to do.
In one table I have a bunch of questions broken down into categories (a field indicates the category number), in another table I have the responses (one-to-many relationship). If person A responds with "Y" to the first question in any of the categories, I would like to get all the question ID #'s of the same category from the questions table (the one side) then go back to the response table (the many side) and automatically update all those same questions in the response table to "Y" as well for only person A's responses.
I hope I have been able to explain it well enough to be understood. My head is spinning just trying to think how to explain it.
Thanks in advance for any help that can be offered.
Bob
In one table I have a bunch of questions broken down into categories (a field indicates the category number), in another table I have the responses (one-to-many relationship). If person A responds with "Y" to the first question in any of the categories, I would like to get all the question ID #'s of the same category from the questions table (the one side) then go back to the response table (the many side) and automatically update all those same questions in the response table to "Y" as well for only person A's responses.
I hope I have been able to explain it well enough to be understood. My head is spinning just trying to think how to explain it.
Thanks in advance for any help that can be offered.
Bob