P
Peter Row
Hi,
I have a main form, I have a button that opens an "add" form. A new record
is added, I requery the main form.
I then try to use :
Me.RecordsetClone.FindFirst "PersonID = " & CStr(lngID)
If Not Me.RecordsetClone.NoMatch Then
Me.Recordset.Bookmark = Me.RecordsetClone.Bookmark
End If
However I get a "object does not support method" error on the
RecordsetClone.FindFirst line.
I am using the syntax from the Access XP SP2 help file so why it doesn't
work I don't know, ideas?
Regards,
Peter
I have a main form, I have a button that opens an "add" form. A new record
is added, I requery the main form.
I then try to use :
Me.RecordsetClone.FindFirst "PersonID = " & CStr(lngID)
If Not Me.RecordsetClone.NoMatch Then
Me.Recordset.Bookmark = Me.RecordsetClone.Bookmark
End If
However I get a "object does not support method" error on the
RecordsetClone.FindFirst line.
I am using the syntax from the Access XP SP2 help file so why it doesn't
work I don't know, ideas?
Regards,
Peter