[AccessD] Error creating emails in Outlook in Win8 -- SOLVED

Mark Simms marksimms at verizon.net
Sun Aug 24 17:47:42 CDT 2014


This totally confirms my observations of how shaky the VBA interpreter can
be.......
You should see what happens in a Citrix environment.....total flake city.
>
> My code had
>     .Body = Form_fdlgSendEmail.txtBody
>
> referring to the form which calls the sub
>
>
> For some reason Win 8.1 does not like this.   I've fixed it with
>
>     strBody = Form_fdlgSendEmail.txtBody
>     .body = strBody
>
> Carolyn Johnson
> --




More information about the AccessD mailing list