John thomas
Registered User.
- Local time
- Today, 11:20
- Joined
- Sep 4, 2012
- Messages
- 206
Help Please
when try to open a calendar on my database I get the following Message and the calendar will not Open
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim rsFiltered As DAO.Recordset
Dim StrSQL As String
Dim i As Integer
Plus I get a message box with Compile error user not defined
I built this program aprox 4 years ago on access 2010
Split database 2 front ends now using Microsoft 365
All has been well for all this time then the error occurred but only on one front end .I checked the reference library on that front end and found Dao not loaded checked the box but will not stay checked
So went to other front end and looked at the reference Library Dao is checked and this front end continues to work .So decided to uncheck Dao and See what would happen ,Sure enough the same problem occurred .So I rechecked the dao box in the reference library ,but it will not allow me to check it again so now I have the problem on both front ends
when try to open a calendar on my database I get the following Message and the calendar will not Open
Dim db As DAO.Database
Dim rs As DAO.Recordset
Dim rsFiltered As DAO.Recordset
Dim StrSQL As String
Dim i As Integer
Plus I get a message box with Compile error user not defined
I built this program aprox 4 years ago on access 2010
Split database 2 front ends now using Microsoft 365
All has been well for all this time then the error occurred but only on one front end .I checked the reference library on that front end and found Dao not loaded checked the box but will not stay checked
So went to other front end and looked at the reference Library Dao is checked and this front end continues to work .So decided to uncheck Dao and See what would happen ,Sure enough the same problem occurred .So I rechecked the dao box in the reference library ,but it will not allow me to check it again so now I have the problem on both front ends