
28/11/2007, 17:07
|
| | Fecha de Ingreso: noviembre-2007
Mensajes: 2
Antigüedad: 17 años, 5 meses Puntos: 0 | |
Problema con Findfirst Quiero buscar con Findfirst pero me envia el siguiente error: Error 13 en tiempo de ejecucion No coinciden los tipos 'Status_Persona y wEstatus son tipo Texto
'De y Hasta son tipo Numerico
' Text7 Numerico
Re_Tabla_IRS.FindFirst ("trim(Status_Persona) = '" & Trim(wESTATUS) & "'" And "Trim(str(De)) >= '" & Trim(Text7) & "'" And "trim(str(Hasta)) <= '" & Trim(Text7) & "'")
Cual es la forma correcta de esta instruccion???
Gracias. |