hyperlink email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • colinod
    Contributor
    • Nov 2007
    • 347

    hyperlink email

    i have a database setup with hyperlinks pointing to files on a server, is it possible attach these files to an email message instead of opening them in their designated program
  • JustJim
    Recognized Expert Contributor
    • May 2007
    • 407

    #2
    Originally posted by colinod
    i have a database setup with hyperlinks pointing to files on a server, is it possible attach these files to an email message instead of opening them in their designated program
    Hi,
    have a play with the SendObject method. You won't want to use it with the hyperlinks, but put it into the OnClick event of a command button.

    Jim

    Comment

    Working...