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
hyperlink email
Collapse
X
-
Hi,Originally posted by colinodi 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
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