Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
"item not found in this collection"
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="David W. Fenton, post: 13999531"] I wasn't suggesting that those edits would fix the problem, just that they were better coding. Well, what are they? What do they refer to? Fields on a form? If they are underfined, maybe that's the source of the problem. As is, those two items are falling as the To and CC fields of your email message. If you're not assigning anything to them, then just leave them out: DoCmd.SendObject acSendNoObject, , acFormatRTF, , , strEmail, _ "Subject","Body Message",false However, I don't believe you can send an email message with with only a BCC field. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
"item not found in this collection"
Top