Hello again
Please your support with the next statement in vb.net and access database
this is part of the code can you help me
the error code is missing operator in query expression
str = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\\MXDTBTZ3XC1\Users\MXDTBTZ3XC1\Desktop\refacciones web\surtido.accdb"
con = New OleDbConnection(str)
sql = "select * from material where IDDOS ='" & TextBox10.Text & "' AND MATERIAL ACEPTABLE = '" & TextBox14.Text & "'"