For the past two nights, our access application that is in 2003 is becoming corrupt. When I have done a comparison of the corrupt database, and a working copy on my local machine, I see several queries that are gone. All other forms, reports and macros are still there.
This has me very confused as this just started happening, does anyone have any insight as to why this is happening?
User Profile
Collapse
-
Nightly Access 2003 Corruption
-
Fish,
Thank you for the reply. I have checked all of the variables and they are being set correctly, and the sent date within the objMessage object is happening. I will have our network admin check the mail server to see if there are mails being stopped. The thing that is bothering me is that on 3 other forms, the same exact code is being used and emails are generated and sent.
Thanks again!... -
VBA: Duplicated code in another form is not working
Hello all, I have this interesting problem and it has me scratching my head. I have updated a few forms to use CDOSYS to email instead of using the doCmd.SendObjec t.
Code:Dim objMessage As Object Dim strFromEmail As String Dim intCaller As Integer Dim strCallerComments As String Dim strCallerEmail As String Dim strCallerPhoneNumber As String
No activity results to display
Show More
Leave a comment: