Search results

  1. P

    Update Outlook Distro List in VBA

    Here is the code I used to get it to send to a distro list that is already existing in Outlook. Private Sub DistroTest2_Click() Dim subject As String Dim body As String Dim DistroAddress As String Dim rs As Object Dim strSQL As String Dim count As Integer Dim recount As Integer 'set up sql...
  2. P

    Update Outlook Distro List in VBA

    I am trying to get Access to add email addresses from a table to an Outlook distro list. Some of my users are very computer illiterate, and I find it easiest to have them update the table through a form I have built. My current VBA will send to a specific set of addresses. I don't know enough...
  3. P

    Update Outlook Distro List in VBA

    The "References" option is not selectable, so I would say the whole thing. I don't have permissions to make changes to any software because it is a Government system.
  4. P

    Update Outlook Distro List in VBA

    I am trying to have Access add email addresses to an Outlook Distribution list. Currently, I have Access set up to send to multiple addresses, however the email won't send encrypted to some of the members. I have found that I can have Access send to an already existing distro list, and...
  5. P

    Hello

    Hi all, I have been using Access for about a year, and have had to teach myself most SQL and VBA. I am not a programmer, so please forgive any stupid questions.
Back
Top Bottom