Search results

  1. H

    Recordset Query

    Hi...thanks for the reponse.....sorry .......meant 'records' and not 'forms'! How does this fit into the code that I have provided? Please excuse my ignorance....will get there in the end Chris
  2. H

    Monthly Email

    I'd like to get 40+ lines in ideally for one particular email that intend to send out
  3. H

    Monthly Email

    Things are going well for OUTLOOK automation...just one thing eludes me....using this code there is a limit to the length of email message you can write. Is there a way of removing the limit so that I can write lengthier emails in OUTLOOK? I've had a look generally on the forum and cannot find...
  4. H

    Recordset Query

    Hi......I have a form with a combo box. This has three options (Option 1, Option 2 and Option 3). I have created a button which, when clicked will call up a 'Word' document (referred to as 'test' in the code) and this document has a bookmark also called 'test'. The code as it stands will show...
  5. H

    Recordset Query

    Hi...hope someone can help. I'm a bit new to the programming scene and need some help with a recordset. The current code that I am using is: Private Sub Command126_Click() 'September - 2006 - Create Application Form. Dim appWord As Word.Application Dim NoPrompt Dim rstContacts As...
  6. H

    Monthly Email

    Email Automation Thanks....! Works a treat. What I did to creat the effect of a paragraph was to make the second set of quotes blank: .Body = "Text In Here" & vbCrLf & " " & vbCrLf & "Third Line In Here etc" Really appreciate your help! Chris
  7. H

    Monthly Email

    Email Automation Hi Nero....great bit of email code...works beautifully! Is it possible using an alteration to this code to create breaks in the text of the email or to create paragraphs so that the email can be of a longer length and look more formatted?
Back
Top Bottom