How do I send data from dynamically created table rows to an access database? I can't bind the fields to the database because they don't exist until the user creates them when interacting with the form. Do I create mutiple rows, bind those fields to the database, then hide all the rows except one? If yes, what script can I use for the button to "Add a New Row" (make one of the exisiting hidden rows visible)?
↧