i thought this would go in ASP since its asp am usin to update it
well i get this error 
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
/client-update.asp, line 12
but its the same as other pages, and they work 
heres the code:
L10 - <%
L11 - Set rsClient = Server.CreateObject("ADODB.Recordset")
L12 rsClient.open "contact WHERE ContactID = '" & id & "'", conn, 3, 3
L13 - rsClient("firstname") = Request.Form("firstname")
wot have i done wrong? please help
(ive tryed wit and wit out the ' in it