I have a textbox bound to a dataset filled by an OleDB adapter. I can navigate through the records in the GUI (Me.BindingContext(DataSetContact, "Contact").Position += 1 etc) but have been unable to add a new row to the dataset (and database). What code could I use to allow the user to click on say a command button "New" and then type the information to be inserted in the database to the textbox ? ( relevant code suggestions from MSDN doesn't seem to function though I may have got smth wrong )