brin
12-11-2001, 03:34 AM
How can i create a macro to send a report via e-mail but i don't want to use outlook express instead i would like to use outlook?
|
View Full Version : e-mail report brin 12-11-2001, 03:34 AM How can i create a macro to send a report via e-mail but i don't want to use outlook express instead i would like to use outlook? BukHix 12-11-2001, 06:42 AM I believe that SendObject will only work with the default mail client. If setting the default mail client to Outlook is not possible you will have to use code. Something like the code here - Topic: SendObject (http://www.access-programmers.co.uk/ubb/Forum1/HTML/004928.html) |