sql = ("UPDATE CLIENTES SET Nombre = " + "'" + Text1(2) + "'," + " Direccion = " + "'" + Text1(3) + "'," + " CODIGOPOSTAL = " + Str(Text1(4)) + ", FechaAlta = " & "'" + CStr(Text1(5)) + "'" + ", RespFiscal = " + "'" + Text1(6) + "', Cuit = " + "'" + Text1(1) + "'," + " Where ID_Codigo = " + Str(Text1(0)))