I have a db that allows people to send emails when appropriate. Most everyone here uses A97 but there are a few that have Office2K and XP. I have installed A97 in an alternate directory on these machines and set the path of the shortcut to use the older version. No problems with that part. I use the SendMessage module (see attachment) to get around the different versions of Outlook. The problem I have is that when one of the users sends an e-mail (I think it is the XP machine), there is a reference added to the code for Outlook 10.0 and points to the Office directory for that machine. When someone else sends an e-mail, they get the missing reference message. Is there a better way around this? I already have 2 different submit buttons, one for Outlook and one for Outlook Express and I still have to explain the difference to the users.
I saw another post that made reference to a 3rd party option. Any thoughts?
I thought about copying the file that A97 uses to the same directory on all the other machines to try and “trick” Access and Outlook, but that seems a little far-fetched.