Every Time i click the save button it says that data type mismatch in criteria expression what does it mean?
Try
command = New OleDb.OleDbCommand
With command
.Connection = cn
.CommandType = CommandType.Text
.CommandText = "INSERT INTO [tbl_monitoring] ([DelNum], [PlateNum], [Driver], [Helper], [DateDel], [Customer], [Product]) VALUES ([@DelNum], [@PlateNum], [@Driver], [@Helper], [@DateDel], [@Customer], [@Product])"