I have an an Access database which allows the user to select data to be available for mail merging via Word 2007. It selects the required data into a temporary table which word connects to via an ODBC connection. This works fine for standard mail merge (letters, envelopes, labels) I have been asked by the charity I created it for to also use it for mailmerging into emails. The data in the temporary table contains an email address (as a hyperlink) and when that hyperlink is clicked it opens up the default client as expected. In the mail merge process, at the end stage when the emails are sent to Outlook it fails because what is sent as the address is (for an actual address of someone@someisp.com) someone@someisp.com#mailto:someone@someisp.com# which Outlook does not recognise. I would have expected the address sent only to be like mailto:someone@someisp.com#
Any bright ideas anyone? Or am I being obviously stupid?
Any bright ideas anyone? Or am I being obviously stupid?