I have a legacy MS Access 2003 database running on a Windows XP machine and I am trying to upgrade the client machines up to Windows 7 x64, but the third party mail component that I was using an old version of the Chilkat v7.9 mail dll is a 32-bit library that I can't register on a Windows 7 x64 machine. So I am trying to retain the email form functionality where I can assign the from: line, but I was curious upon what would be a good solution to replace this functionality. The SendObject command doesn't appear to allow for assigning the from line and neither does the newer EMailDatabaseObject that was added in Access 2010 so unless I am missing something I need a third party library that will be accessed via an VB module of some kind to retain such functionality when upgrading the old Access 2003 database to Access 2013.<br> <br> In searching I stumbled upon Total Access Emailer (https://www.fmsinc.com/MicrosoftAccess/Email.asp). It doesn't explicitly mention Access 2013 although I presume it is probably supported. What would be some good options for solving my issue?