can some one look at it and tell me what i am doing wrong?
mysql = ("select * from test where id >=" & Text1.Text And products = " & Text3.Text & ")
this code give me errore
mysql = "select * from test where id >=" & Text1.Text And products = '" & Text3.Text & "'"
and try this but give me error too
mysql = "select * from test where id >=" & Text1.Text And (products = '" & Text3.Text & "')"
and try this but give me error too

New Topic/Question
Reply



MultiQuote






|