Is there anyway to delete my exports once they are emailed from within access. The code so far is as follows:
Dim stDocName As String
Dim EmailApp, NameSpace, EmailSend As Object
DoCmd.OutputTo acReport, "rescasdir", acFormatRTF, "h:\Resolved.rtf"
DoCmd.OutputTo acReport...