S
smk23
I am trying to use
Me.RecordsetClone.FindFirst "ContactID = " & lngContactID
Me.Bookmark=Me.RecordsetClone.Bookmark
methodology to move to a record with no response. The underlying recordset
is a pass through query. Is that the problem? Is there another way to do this?
Sam
Me.RecordsetClone.FindFirst "ContactID = " & lngContactID
Me.Bookmark=Me.RecordsetClone.Bookmark
methodology to move to a record with no response. The underlying recordset
is a pass through query. Is that the problem? Is there another way to do this?
Sam