Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/11/2008, 07:02
AlexisLAG
 
Fecha de Ingreso: noviembre-2008
Mensajes: 38
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Error 446 Object doesnt support named arguments Alguien Puede Ayudarme?

proba colocandole ' a cada linea que le falta, tambien para no estar borrando los ultimos caracteres de la cadena strsql


If text_fecha.text <> "" Then
StrSql = StrSql + " and "
StrSql = StrSql + "cot_date= ' " & text_fecha.text & " ' "
End If

suerte