I've got code in an Access database that creates an e-mail using the Outlook library. However, I need it to also be able to use Outlook Express.
I found this code (thanks DougP):
that works, except it won't attach the file I want to send.
I checked the OE mail message command line; it takes To, CC, BCC, Subject and Body, but no attachments.
Does anyone know any way of attaching a file (using VBA)?
I found this code (thanks DougP):
that works, except it won't attach the file I want to send.
I checked the OE mail message command line; it takes To, CC, BCC, Subject and Body, but no attachments.
Does anyone know any way of attaching a file (using VBA)?