Search results

  1. R

    sending email to multiple recipients from 1 form

    YOU ROCK! Thank you so much!
  2. R

    call listing/detail subform issues

    The first is the form that I want to use. In the top section that is where the notes are placed. Now if i want more details for the note, the bottom section is the "note Details" which is a another field from the same table. When i click on the second row of the top form, the bottom section...
  3. R

    call listing/detail subform issues

    Thanks for your help. Sorry it took so long to reply. I've changed "call" to "note" All note information is in one table. I've attached the form picture and relationship picture. Thanks again.
  4. R

    sending email to multiple recipients from 1 form

    How do I loop? The error that I gert when i run the code above is: "Run-time error '438' : object doesn't support this property or method." I think it's because it's still in the "recipient.add" section... Thanks for your help i really do appreciate it.
  5. 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...
  6. R

    call listing/detail subform issues

    thanks for the reply. I understand linking master to child. In the calllisting subform i link the property ID in master to callID in child. However I don't know what to put in the calldetails child and master link forms. Any suggestions?
  7. 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