Z
zweet18
I used the thread LISTBOX AFTERUPDATE 5/24/06 unfortuately still not workin
I have this error
"MS Office Access cant find the form 'frmTimeCards' referred to in a macro
expression or VBcode"
the I checked the formname and its correct I don't kniow why there's an error
Please help thanks much
This my coding
Private Sub cmdFind_Click()
Dim rst As DAO.Recordset
Set rst = Form!frmTimeCards.RecordsetClone
rst.FindFirst "TimeCardID = " & "'" & lstFind & "'"
Form!frmTimeCards.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmFindTimeCards"
End Sub
I have this error
"MS Office Access cant find the form 'frmTimeCards' referred to in a macro
expression or VBcode"
the I checked the formname and its correct I don't kniow why there's an error
Please help thanks much
This my coding
Private Sub cmdFind_Click()
Dim rst As DAO.Recordset
Set rst = Form!frmTimeCards.RecordsetClone
rst.FindFirst "TimeCardID = " & "'" & lstFind & "'"
Form!frmTimeCards.Bookmark = rst.Bookmark
DoCmd.Close acForm, "frmFindTimeCards"
End Sub