Search results

  1. N

    Button to send email from google mail

    Dear All, this is my code to send email using outlook. I have a form that displays the addresses for a category and the button captures all of the email and opens up outlook to send email. I want to the code to work for google mail. Can anyone advise how I should edit my code to work with...
  2. N

    error catching for 2501

    http://www.helpmij.nl/forum/showthread.php/530463-Sendobject-Action-Canceled was browsing for solution and then i found this~ works like a charm! :o:o:o
  3. N

    Query that joins all the people associated with 1 institution into 1 row

    Hey, I have this query that displays the institution and the people associated with it. SELECT Institution.InstitutionID, Institution.[Institution Name], Institution.[Address Line 1], Institution.[Address Line 2], Institution.City, Institution.State, Institution.Zipcode, Institution.Country...
  4. N

    How do i collect data from 2 tables in 1 email?

    as above. please advise! :)
  5. N

    Code for sending email

    ok, this code below is working but it does not show a pop up from outlook instead it sends the mail automatically. I want to have a pop up as a new email message with the to list populated from the query when i click the button on the form. anyone can help? :( Dim MyDb As DAO.Database Dim...
  6. N

    Hi I am new to access 2010. I have created a form that queries a table to display 2

    Hi I am new to access 2010. I have created a form that queries a table to display 2 sets of information which is email and secondary emails for a specific type of user. I have tried different codes that indeed work by opening up a email client with the subject but then it does not show all...
  7. N

    Email Button to send email in a form

    Hi I am new to access 2010. I have created a form that queries a table to display 2 sets of information which is email and secondary emails for a specific type of user. I have tried different codes that indeed work by opening up a email client with the subject but then it does not show all...
Top Bottom