Results 1 to 2 of 2

Thread: Attaching documents to mails

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Location
    Leeds, UK
    Posts
    75

    Attaching documents to mails

    I have created a command to send a mail. See below. I want to attach a document to this mail though. Any ideas ?

    DoCmd.SendObject , , , , , , "File Package to be added to VCDB", "Please add the following package to VCDB "

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343
    Yeah, use automation and open the email client, create a meassage, and attach the file then send (optional to delete the sent message).

    The only problem is getting the default users email client... Lotus notes, Outlook, Express. Outlook and express are pretty simple but Notes may present some difficulties...


    Vince

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width