If you want to have the third table to be dynamically filled, depending on the selection of the first two, you can:
-have the page reload, once the user has selected values from the first two tables. You can send the values along with teh reload and generate the 3rd table accordingly. (Use Javascript to automatically reload the page once they have made the first 2 selections selection).
-OR you could simply have the user submit the values from the first 2 tables, and then display their options for the third.
Good luck
andre @ performance technologies