I don't understand what you are asking. From what I see you are trying to insert 125555 and Jenny but a record already exists? You can use "delete" to remove the record:
Code:
DELETE FROM tb1 WHERE Acct_Num="125555";
And then run your insert command. Not sure what you are trying to do though.