Quote Originally Posted by si_the_geek
It looks to me as if the FillData_click sub should save the values in the textboxes to the current record. ADO has no method to initiate Editing (DAO had rs.edit, but ADO assumes as soon as you set a value) so the code you have should work.

What is it actually doing? Is it being saved anywhere in the database table?
No, all it does it create a new blank record and discards anything i type.