Ver Mensaje Individual
  #9 (permalink)  
Antiguo 29/07/2011, 01:56
juplagon
 
Fecha de Ingreso: marzo-2011
Mensajes: 21
Antigüedad: 13 años, 1 mes
Puntos: 1
Respuesta: Error de Sintasis

Update:

cnn.Execute "update Clientes set nom='" & Text1(1).Text & "',ap='" & Text1(2).Text & "',dni='" & Text1(3).Text & "',dir='" & Text1(4).Text & "',cp='" & Text1(5).Text & "',loc='" & Text1(6).Text & "',pro='" & Text1(7).Text & "',tel1='" & Text1(8).Text & "',tel2='" & Text1(9).Text & "',mov1='" & Text1(10).Text & "' ,mov2='" & Text1(11).Text & "',fax='" & Text1(12).Text & "', Where nc='" & nc & "'"

He seguido la ejecucion con F8 y llega a la linea del update y despues al error.