arfgh General User

Joined: 21 Feb 2010 Posts: 19
|
Posted: Wed Feb 24, 2010 10:39 am Post subject: Unexpected Token: 5 in Statement, how to fix ? |
|
|
The expression is the follow
strSQL="UPDATE ""2010 Ingresos"" SET ""Partes""=" & Form.getByName("NumPartes").value & " WHERE ""Propietario"" = '" & propietario & "'"
Form.getByName("NumPartes").value contains the value 2,5 and this comma causes the error. How can i set this value without to cause this error ? |
|