Hi all
I am trying desperately to set up a button in my asp page which will automatically add a row to a table within a form.
Granted, that in itself is not hard, I have been able to set it up so it will insert two blank cells but the problem is this... one of the cells needs to contain a dynamic menu with options from a database table and then when the user presses "SUBMIT" each of their selections from each of the rows needs to be passed to the appropriate table in the database.
ANY suggestions would be greatly appreciated