Hi.. Good evening,
I encountered add new instead of update when i edit data entry from Listbox.
I am using Excel User form VBA with MS Access as Database
Thank you for the help
Private Sub cmdSave_Click()
Dim cnn As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim qry As String...