L
Linda in Iowa
I am still trying to get this to work on another computer as it works great
on my computer. WindowsXPhome, Access 2003, OE6
Button on the form uses the next line of code to send email.
DoCmd.SendObject acSendNoObject, , , Me!EMAIL, , , " membership has
expired", "message text is entered here"
When I run the program from my computer it opens Outlook Express with the
email address, subject and message.
When I put this on the computer of the person who will be using the Access
program it shows the following message:
"The command or action 'SendObject' isn't available now." and doesn't open
any email program. Why wouldn't it be available. The program has other VB
code that all works.
The computer I am trying to get this to work on gets email from MSN so we
configured OE to use the MSN account and verified we can send mail from it.
I am assuming you need an email program on your computer to use the
SendObject from Access as it wouldn't know how to open MSN from the internet
to send mail.
Ready to try any new suggestions.
on my computer. WindowsXPhome, Access 2003, OE6
Button on the form uses the next line of code to send email.
DoCmd.SendObject acSendNoObject, , , Me!EMAIL, , , " membership has
expired", "message text is entered here"
When I run the program from my computer it opens Outlook Express with the
email address, subject and message.
When I put this on the computer of the person who will be using the Access
program it shows the following message:
"The command or action 'SendObject' isn't available now." and doesn't open
any email program. Why wouldn't it be available. The program has other VB
code that all works.
The computer I am trying to get this to work on gets email from MSN so we
configured OE to use the MSN account and verified we can send mail from it.
I am assuming you need an email program on your computer to use the
SendObject from Access as it wouldn't know how to open MSN from the internet
to send mail.
Ready to try any new suggestions.