Is it possible to have a form that sends and email automatically (without opening a mail program) if you use another email program than Outlook, like Eudora or Netscape Mail ?
If you're talking about email containing only text retrieved from database and/or database objects as attachments, check the SendObject method in your help file. It should work fine with the default email client on the computer.
Remember that SendObject has an annoying bug in Access 2000 - after sending one email, it won't do anything, not even throw an error message until Access is restarted.
To send independant elements (file attachments), you'll need CDO as Gary said. Do a search on Google for CDONTS.
Okay I have a form "FA Request". Once data is submitted a report "Failure Analysis Report" appears containing the data. I have written a bunch of code to send the data in an email but it only works with Outlook. This is not sent as an attachment just as text in an email.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.