»freakmonger Posted December 26, 2010 Report Posted December 26, 2010 I'm creating a database in MS Access 2003 and need to e-mail when I button is clicked. The e-mail will be a preset e-mail and will pull information from data fields. (email, status, completed, forwarded to, etc) I've looked around but can't seem to find code that works. anyhelp would be greatly appreicated! thanks! Quote
JoWie Posted December 26, 2010 Report Posted December 26, 2010 Easiest solution would be opening a mailto: link from VBA. Another is implementing SMTP in VBA. Quote
Samapico Posted December 27, 2010 Report Posted December 27, 2010 Easiest solution would be opening a mailto: link from VBA. Another is implementing SMTP in VBA.Opening a mailto link wouldn't send an email, it would just open up outlook or whatever... Quote
JoWie Posted December 27, 2010 Report Posted December 27, 2010 Easiest solution would be opening a mailto: link from VBA. Another is implementing SMTP in VBA.Opening a mailto link wouldn't send an email, it would just open up outlook or whatever... That is why I gave both options Quote
»Swift Posted December 29, 2010 Report Posted December 29, 2010 Just go with Microsoft Sharepoint if you wanna do something like this Quote
»gallitin Posted December 29, 2010 Report Posted December 29, 2010 Why access? If wiling to go with a ms SQL express version would be easy to accomplish with an SSIS package. If so let me know I coil create one for you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.