An INSERT operation will *always* do just that, insert rows into a table. Is sounds like maybe you should be doing an UPDATE operation instead. Can you give a bit more explanation on the database table design and what each row in the table represents? Maybe walk through the user interaction more too? And including relevant code is usually helpful.
-Carl V.