Hi Everyone! I have used DAO with VBScript before to access access!
I have some old notes which were not jotted down well & the code is not working (I get an error with IE recognising the application part).
Many Thanks everyone!Code:Dim DAO, DB, RS Set DAO = application.createobject("DAO.DBEngine.35") Set DB = DAO.Workspaces(0).OpenDatabase("C:\DB_Name.mdb") Set RS = DB.OpenRecordset("A_Table")
Alex Read




Reply With Quote