Search results

  1. R

    sending email to multiple recipients from 1 form

    Hey all, I have a table (tblSales) that has several contacts in it. I want to send 1 email to all recipients where their check box is checked. here is my code Private Sub SendBtn_Click() Dim Olk As Outlook.Application Set Olk = CreateObject("Outlook.Application") Dim OlkMsg As...
  2. R

    call listing/detail subform issues

    I have a form used to display properties. I found a sample database that had a call history log in it. It has 1 table and 2 subforms on a third form. One that lists the calls in datasheet view and displays call date, call time, and the call result, and another that has a big text box that...
Back
Top Bottom