I sence victory been battling the this code for 2 days now.
the code i have generated is
strsql = "delete from cg_security_user_right where user_id= " & TextBox1.Text & " role_id=" & TextBox2.Text & ""
it comes up with this error
Syntax error (missing operator) in query expression 'user_id= 2 role_id=1'.
how do i get past this please
Thank yo so much