User Profile

Collapse

Profile Sidebar

Collapse
nwaynik
nwaynik
Last Activity: Jul 17 '07, 05:02 PM
Joined: Jul 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nwaynik
    replied to Problems using SendObject
    Sorry about adding it to another's thread and thank you NeoPa for splitting it. I changed two things and everything now works. The first was removing the space after the semicolon. The second thing was to remove a few things from the SendObject command. Below is the code that I changed.

    Thanks for everyone's help!

    Code:
    strEmail = strEmail & rst!EmailAddress & ";"
    Code:
        DoCmd.SendObject
    ...
    See more | Go to post

    Leave a comment:


  • nwaynik
    started a topic Problems using SendObject

    Problems using SendObject

    I'm trying to do something very similar. I get a different error when the email trys to send. The error I get is: "Unknown message recipient(s); the message was not sent." When I substitute 2 or more email addresses in double qoutes for the strEmail variable the code works. I used the "txtEmail" text box to make sure the value of the variable was correct before it passed to the SendObject command. (email1@test.co m; email2@test.com )...
    See more | Go to post
No activity results to display
Show More
Working...