Search results

  1. J

    Automatic e-mail

    Kesh not sure if this will still be helpful but this is what I have to work in my database: First add reference Microsoft Outlook 12.0 Object Library Dim objOL As Outlook.Application Dim objNS As Outlook.NameSpace Dim objMail As Outlook.MailItem Dim...
  2. J

    VBA to Export Report to Multiple .PDFs

    Thank you for your suggestions. I am going to go the QueryDef route since I have used it before and need something quick to produce these. It is something I will revisit in the future just to clean up the database.
  3. J

    Automatic e-mail

    I just went through a similar problem. One issue with trying to send emails via Access is the antivirus settings. Office 07 looks to see if the AV software is up to date, if so then the next step is your network security. Will either of these be an issue? If so, then you would be stuck...
  4. J

    VBA to Export Report to Multiple .PDFs

    I am having an issue trying to get this code to work. Currently when it runs it will save the report named as the Field indicated in the table as directed, but it does not split out the report by separate groups. So I end up with 83 reports of 83 pages each with separate names. I am new to...
  5. J

    Hi

    I have been using Access for a few years now and am starting to get into VBA for Office applications. Looking forward to helpig and researching VBA programming.
Back
Top Bottom