jkfeagle
Codus Confusious
- Local time
- Today, 04:47
- Joined
- Aug 22, 2002
- Messages
- 166
I have created a Db used by a large number of folks in our office. I have recently been made aware that on a couple of the computers, they are getting the following error:
Method 'CurrentDb' of object '_Application' failed
It is in response to the code:
Dim rstUserInfo As DAO.Recordset, sUser As String
Set rstUserInfo = CurrentDb.OpenRecordset("T_User_Table")
I have gone into the References menu and verified that they have Microsoft DAO 3.6 Object Library selected. Is there something else I'm missing that I should be looking for? Any help would be greatly appreciated as time is becoming critical in resolving this issue.
Method 'CurrentDb' of object '_Application' failed
It is in response to the code:
Dim rstUserInfo As DAO.Recordset, sUser As String
Set rstUserInfo = CurrentDb.OpenRecordset("T_User_Table")
I have gone into the References menu and verified that they have Microsoft DAO 3.6 Object Library selected. Is there something else I'm missing that I should be looking for? Any help would be greatly appreciated as time is becoming critical in resolving this issue.