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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. maksim

    Recordset error

    Thanks a lot. It helped.
  2. maksim

    Recordset error

    I have a question about recordset error. If somebody can reference a code that uses recordset, it would be helpful. strSQL = "SELECT * FROM Proffessor" Set dbsProject = CurrentDb Set rstProf = dbsProject.OpenRecordset(strSQL) this line gives type mismatch error.
  3. maksim

    Access creating recordset

    I am trying to make a recordset and I got a type mismatch error Set dbsProject = OpenDatabase("C:\Palslab04\My Documents\Project.mdb") Set rstProf = dbsProject.OpenRecordset("Proffessor", dbOpenTable)

Part and Inventory Search

Back
Top