CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Chad Jackson

Search: Search took 0.02 seconds.

  1. Re: Outlook 2003 Automatic E-Mail

    Private Sub btnSendEmail_Click()
    Dim rs As DAO.Recordset
    Dim stDocName As String
    Dim StrAttach As String
    Set rs = CurrentDb.OpenRecordset("5-Day E-Mail Addresses")
    With rs
    If .EOF And .BOF Then...
  2. Re: Outlook 2003 Automatic E-Mail

    Thanks for the reply!
    So here's what I'm going to try..
    In the table containing the e-mail addresses, I'll assign a "type" to the names in the table (5-Day addresses will be type 3, 10-Dayers will...
  3. [RESOLVED] Outlook 2003 Automatic E-Mail

    Hello all,

    I have a working module that will send an e-mail through Access via Outlook, so this post isn't another one seeking code to get something like that working.
    What I'm wondering, is if...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured