Is “FindFirst” an actual method of the recordset object?

 

-----Original Message-----
From: AccessDevelopers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brazilianbound
Sent: Thursday, December 08, 2005 3:21 PM
To: AccessDevelopers@yahoogroups.com
Subject: [AccessDevelopers] Record Find is Hanging
Importance: Low

 

When i scan the "Doneby" is is hanging on
    rst.FindFirst strCriteria

saying Method or Data Member not found.

What gives? (oh my head hurts) LOL

Clay

ps - what do you guys want for x-mas!


Private Sub Doneby_BeforeUpdate(Cancel As Integer)
Dim strCriterias As String
Dim rst As Recordset
Set rst = Me.RecordsetClone

If Not IsNull(Me.Doneby) Then
strCriteria = "Doneby = " & Me!Doneby & _
" AND IsNull(StopTime)"
rst.FindFirst strCriteria
Me.Bookmark = rst.Bookmark
End If








Please zip all files prior to uploading to Files section.




SPONSORED LINKS
Microsoft access developer Microsoft access help Microsoft access database
Microsoft access training Microsoft access training course Microsoft access programming


YAHOO! GROUPS LINKS




Reply via email to