hello everyone ! :)
I have a problam with a asp page I'm making
I'm getting this error:
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'R_EMAIL = faker@fakemail.com'.
this is the code
rs.Open "SELECT * FROM stats WHERE R_EMAIL = " & REmail & "",my_Conn,1,3
anyone can see something wrong with it ?
thank you from advance, Idan
have a nice week !