Anis
June 14th, 2001, 08:06 AM
hi to all!
i try to use the Find method of a recordset like this:
recordset.Find " id = " & id_var " , , adSearchForward, 0
it seems simple, but the recordset never begin seeking at the start position (it should be 0)..
so i'm obliged to make a recordset.MoveFirst ..
does anyone knows why ?
thanx
Anis
i try to use the Find method of a recordset like this:
recordset.Find " id = " & id_var " , , adSearchForward, 0
it seems simple, but the recordset never begin seeking at the start position (it should be 0)..
so i'm obliged to make a recordset.MoveFirst ..
does anyone knows why ?
thanx
Anis