Hi
- I made a macro to send a report as an attachment to an e-mail in Access
97
- I got the macro to work on WinMe with Netscape as long as the To: field
was not filled in.
- I just rebuilt a Dell laptop with WinXP Professional with Outlook
Express. I installed Access and tried the macro, but the error message
below was the result.
- Before rebuilding it, I had tried it with Access2002 and Outlook
Express on WinXP and it worked fine.
Error Message: "Microsoft Access Can't Open the Mail Session. Check Your
Mail Application to Make Sure That It's Working Properly."
Q283173 http://support.microsoft.com/default...b;en-us;283173
- I tried the hyperlink mailto and it works fine on all systems:
cmdEMail.Hyperl inkAddress = "mailto: " & Me!txtEmailName
Has anyone else had troubles with SendObject and found a solution?
Ideally, I want to use vba to send out a bunch of e-mails to employees
with their pay stub as an attachment. I can make everything else work
except the send object.
- I made a macro to send a report as an attachment to an e-mail in Access
97
- I got the macro to work on WinMe with Netscape as long as the To: field
was not filled in.
- I just rebuilt a Dell laptop with WinXP Professional with Outlook
Express. I installed Access and tried the macro, but the error message
below was the result.
- Before rebuilding it, I had tried it with Access2002 and Outlook
Express on WinXP and it worked fine.
Error Message: "Microsoft Access Can't Open the Mail Session. Check Your
Mail Application to Make Sure That It's Working Properly."
Q283173 http://support.microsoft.com/default...b;en-us;283173
- I tried the hyperlink mailto and it works fine on all systems:
cmdEMail.Hyperl inkAddress = "mailto: " & Me!txtEmailName
Has anyone else had troubles with SendObject and found a solution?
Ideally, I want to use vba to send out a bunch of e-mails to employees
with their pay stub as an attachment. I can make everything else work
except the send object.
Comment