Trying to add a record to access database. Im using textboxes to save the information. What do i do in the button click event to add a record?


VB Code:
  1. Private Sub btnAddNewRecord_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddNewRecord.Click
  2.  
  3. 'What do i do here?
  4.  
  5.     End Sub]