G Guest Nov 18, 2004 #1 I am trying to figure out how to Send a e-mail form an event procedure in Access 2000 does anyone have the code to do it ? Thanks Dave
I am trying to figure out how to Send a e-mail form an event procedure in Access 2000 does anyone have the code to do it ? Thanks Dave
A Arvin Meyer Nov 19, 2004 #2 David Widener said: I am trying to figure out how to Send a e-mail form an event procedure in Access 2000 does anyone have the code to do it ? Click to expand... You can use SendObject. See the help files or an example at: http://www.datastrat.com/Download/EmailSenate2K.zip You can also use automation and use code similar to: http://www.datastrat.com/Code/OutlookEmail.txt -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
David Widener said: I am trying to figure out how to Send a e-mail form an event procedure in Access 2000 does anyone have the code to do it ? Click to expand... You can use SendObject. See the help files or an example at: http://www.datastrat.com/Download/EmailSenate2K.zip You can also use automation and use code similar to: http://www.datastrat.com/Code/OutlookEmail.txt -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access