chrisjrice
Registered User.
- Local time
- Today, 17:29
- Joined
- Mar 26, 2002
- Messages
- 37
I am using a DOCmd SendObect to send an e-mail. I am sending it as True so that the message can be edited before sending. The command is activated when a button is clicked on the form. When you first load the form the command executes fine. It continues to do so no matter how many times you hit the button. If the form is then closed (this is done by another button click which executes DoCmd Close) and then re-opened, when you click on the command button to send an e-mail it does not work. I have ran this through De-bug and the command actually excutes but nothing happens. I have tried me.refresh, but this does not seem to work. This is all being done in VBA. Can anyone shed anylight on this?