hi
I created a button to save the details in ms_access database with oledb but when I run my project and click save button I get an error message saying that "error in insert into statement" any help please.
here is my code
Private Sub Button1_Click(s ender As Object, e As EventArgs) Handles Button1.Click
provider = "Provider=Micro soft.ACE.OLEDB. 12.0;Data Source="
datafile...