I use a scheduled task to run an Access 2007 macro to email via Outlook, multiple Access reports in notepad, Excel 2003 and html formats. around 50% of the time, the Access app crashes and automatically restarts and repairs itself and creates a backup … What can I do prevent the app from crashing?
I don’t know if it is relevant to the problem or not , but the only VBA in the app is to prevent the macro from emailing empty reports, if there are zero records in the report’s data-source query. I set this up in the reports’ properties/event/ “on no-data”/even procedure (Option Compare Database
Private Sub Report_NoData(Cancel As Integer)
End Sub)
Thank you very much in advance for your help, Nathaniel