I have moved from Access2000 (with W98) to Access2002 XP (with WXP Pro)
Keeping the back end database as Access2000 format and front end
programming in Access2002.
To send email I use the Outlook object model, i.e. Outlook.Appication,
and Outlook.MailItem
with .Body to add the body text.
It was OK in Access2000, but now when using the method .Display I can see
the message with the body text but when I press the send button and then
open it in Outlook the body text has disappeared. All other compnents -
address & subject lines are OK.
At the .Display stage, If I edit the body text the message then sends OK.
Any ideas on correcting this would be appreciated.