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 Wanet Telecoms Ltd 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 TheMadJammer

  1. TheMadJammer

    DAO error when talking to Access 2000 db

    Iblys, I had the same problem as you are describing. Eventually I declared a connection variable and used that to open the ODBC database here's some code that worked for me using DAO 3.6. Dim ws As DAO.Workspace Dim db As DAO.Database Dim rs As DAO.Recordset Dim cn As DAO.Connection Set ws =...

Part and Inventory Search

Back
Top