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:
Private Sub btnAddNewRecord_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddNewRecord.Click 'What do i do here? End Sub]




Reply With Quote