alex_read
Aug 29th, 2000, 10:19 AM
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).
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")
Many Thanks everyone!
Alex Read
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).
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")
Many Thanks everyone!
Alex Read