"Peter Jamieson" <pjj[ at ]KillmapSpjjnet.demon.co.uk> wrote in news:eN$Nc$2JJHA.1160[ at ]TK2MSFTNGP05.phx.gbl:
[Quoted Text] > I suggest you try creating an Access query that extraxts everything > before the first # character, and use that as the data source. > > e.g. try a query such as > > SELECT *, left(myfield & '#', instr(myfield & '#','#')-1) AS > [myaddress] FROM mytable > > where "myfield" is the field containing the e-mail address. >
If I copy the datasheet query and then paste it into an excel spreadsheet it works properly in the mailmerge -- that is the #mailto:...# is not appended to the email address.
It appears that the connection between Word mailmerge and the Access database/query is where the mailto is added.
|