Greeting..

I have this problem inserting multiple datas in a database, but i have the idea how to implement this.

Firstly, I'll display the forms in rows with each row has a unique id. Each data in the form of each rows will be inserted to the database. I will be using the for/next control structure to insert each row in a new row of the database. The problem is how could i retrieve the datas for each row using the unique row id. Anyone has ideas how to implement this??

Thanks in advance for those who help..