A
Ayelet
A bookmark prrobably would be he best way, except i'm not
sure how to use it either.
what i would do is this:
1. me.recordset.movenext (or me.movenext, i'm not sure)
2. lngRecordID = Me![IdField]
3. me.requery
4. Me.Recordset.FindFirst ("[ID] = " & lngRecordID)
I'm not positive this will work, but it's worth a try,
isn't it?
HTH,
Ayelet
sure how to use it either.
what i would do is this:
1. me.recordset.movenext (or me.movenext, i'm not sure)
2. lngRecordID = Me![IdField]
3. me.requery
4. Me.Recordset.FindFirst ("[ID] = " & lngRecordID)
I'm not positive this will work, but it's worth a try,
isn't it?
HTH,
Ayelet