Hello All,
I’ve recently completed converting my department to Access 2003 and a problem with one of the databases has come up that I can’t seem to fix…
From the main form, the user clicks the “Send Reports” button… The event procedure uses OutputTo to export 6 reports as .rtf files in a certain folder on the network… It then uses an Outlook Application object to create a new message, attach all files in the folder location and send the email message to one recipient… Simple enough right?… It has worked for years in Access 97 but now that we’ve converted it exports the first report only and then errors out (error 2046)…
I thought it might have something to do with Access Security because I have implemented customized user groups and permissions, but I ran it logged in as me (full permissions on everything) and it still errors out if I run the sub by clicking the button on the form… However, if I step through the code, it works… ??
Any idea what’s wrong? Is this a bug with 2003 that I should know about?
Thanks in advance!