Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by marjerie

  1. marjerie

    Recordsetclone error in listbox

    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...

Part and Inventory Search

Back
Top