Search results

  1. H

    Calculating different values on a form

    Hi, I'm working with the Accounting template DB, and am currently formatting it to my needs. I'm trying to work with a form to look at a transaction's details. This my second attempt at this DB, the first stopped totaling for some of the transactions and I couldn't debug, so I started over...
  2. H

    Send Object Macro for multiple emails?

    Well, I'm a volunteer coordinator for Friends of the Parks, so I could potentially have one for every park we're working with... That being said, I currently operate about 6-8 distribution lists in Outlook, but it will be a growing number, over time. Right now, it's nice to be able to pull up...
  3. H

    Send Object Macro for multiple emails?

    Thank you. Thank you. Thank you! :)
  4. H

    Send Object Macro for multiple emails?

    I switched everything in my query so that the email field is (0) now, but still get the error. I cannot check the DAO 3.6 Object Library because it says it "conflicts with another existing module, project, or library." I'm using Access & Outlook 2007, and I have in the references MS Office...
  5. H

    Send Object Macro for multiple emails?

    Hi, Thanks for the reply. I pasted the text into my button's code, and I get an error message saying "Run-time Error '3061': Too few parameters. Expected 1." Here's the text in my code, as it is now: Option Compare Database Option Explicit Private Function OpenFilterFavorites() On Error...
  6. H

    Send Object Macro for multiple emails?

    Is there a way to set the Send Object macro to email more than one person; i.e. a distribution list? I have a parameter query which finds a select group of contacts, and I would like to create a button which, when clicked, would run the query prompt asking which group I'd like to find, and then...
Back
Top Bottom