Okay, so you sorta wanna use it like a grid in VB?

Well, what you could do is put the table on a form, and then when you leave the page (and wanna save the data), is read out the data in the different input fields, and then update the table for every row. To do this, you would also need to keep track of the ID for each row of data (for instance by putting it in a hidden input field).

But I bet there are easier ways to do this, but I don't know of any, so someone else please help!?