alguien ve el fallo?
Publicado por Guay (69 intervenciones) el 25/04/2002 10:32:55
porque no me deja ejecutar esto? os pongo el codigo, os digo el error q me da y la linea, vale? a ver si me podeis ayudar :)
Private Sub DataCombo1_Change()
'cada vez q se elija algo diferente en el combobox
If Adodc1.Recordset.RecordCount <> 0 Then
Adodc1.Recordset.MoveFirst
Adodc1.Recordset.Find Apellidos '& "='" & DataCombo1.Text & "'"
(ES EN ESTA LINEA DONDE ME DA PROBLEMAS...ME DICE Q "LA APLICACION ESTA USANDO ARGUMENTOS INCORRECTOS, O ESTAN FUERA DEL INTERVALO PERMITIDO, O ENTRAN EN CONFLICTO CON OTROS."...PORQ? LOS APELLIDOS SON UN CAMPO DE UNA TABLA EN ACCESS 97 Y EN EL DATA COMBO ESTAN LOS APELLIDOS Q EL USUARIO ELIGE Y Q SE DEBERIAN ENCONTRAR EN LA BUSQUEDA)
If Adodc1.Recordset.EOF Then
'No esta ese registro
Existe = False
Else
'si esta el registro
Existe = True
End If
End If
End Sub
Muchas gracias por vuestra atencion, esperando cuestra contestacion... :)
-Guay-
Private Sub DataCombo1_Change()
'cada vez q se elija algo diferente en el combobox
If Adodc1.Recordset.RecordCount <> 0 Then
Adodc1.Recordset.MoveFirst
Adodc1.Recordset.Find Apellidos '& "='" & DataCombo1.Text & "'"
(ES EN ESTA LINEA DONDE ME DA PROBLEMAS...ME DICE Q "LA APLICACION ESTA USANDO ARGUMENTOS INCORRECTOS, O ESTAN FUERA DEL INTERVALO PERMITIDO, O ENTRAN EN CONFLICTO CON OTROS."...PORQ? LOS APELLIDOS SON UN CAMPO DE UNA TABLA EN ACCESS 97 Y EN EL DATA COMBO ESTAN LOS APELLIDOS Q EL USUARIO ELIGE Y Q SE DEBERIAN ENCONTRAR EN LA BUSQUEDA)
If Adodc1.Recordset.EOF Then
'No esta ese registro
Existe = False
Else
'si esta el registro
Existe = True
End If
End If
End Sub
Muchas gracias por vuestra atencion, esperando cuestra contestacion... :)
-Guay-
Valora esta pregunta
0