
13/11/2008, 07:02
|
| | Fecha de Ingreso: noviembre-2008
Mensajes: 38
Antigüedad: 16 años, 5 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 |