I have this statements if i run it error said
MS Access can't find the form!TimeCards
Private Sub cmdFind_Click()
Dim rst As DAO.Recordset
Set rst = Forms!fmrTimeCards.RecordsetClone
rst.FindFirst "TimeCardID = " & "'" & lstFind & "'"
Form!fmrTimeCards.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmFindTimeCards"
End Sub
I checked so many time for my form and it really same name
Hope can someone help me for this its make crazy..what's wrong on my statements
thank u in advance
MS Access can't find the form!TimeCards
Private Sub cmdFind_Click()
Dim rst As DAO.Recordset
Set rst = Forms!fmrTimeCards.RecordsetClone
rst.FindFirst "TimeCardID = " & "'" & lstFind & "'"
Form!fmrTimeCards.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmFindTimeCards"
End Sub
I checked so many time for my form and it really same name
Hope can someone help me for this its make crazy..what's wrong on my statements
thank u in advance