This is the start of my sql statement, but I am having problems because the first field in the db is an autonumber and I don't know how to bypass it in the sql (2nd line). I have tried just a , but that doesn't work.
SQL="INSERT INTO Players VALUES(" & _
"," & _
"'" & Request.Form("username") & "'," & _




Reply With Quote