darthcalis
Registered User.
- Local time
- Today, 08:39
- Joined
- Mar 20, 2012
- Messages
- 17
Yep, exactly what it says in the heading. Anyone have a clue as to why this would happen?
Not used SendObject before so all I wrote was a tiny bit of test code which runs from a command button. The send object line is:
And the strings are just all test values, but contain genuine e-mail addresses etc. But as soon as this runs, Access goes into 'Not Responding' state and then boom, down she goes!
Am I missing something?
Emilio
Not used SendObject before so all I wrote was a tiny bit of test code which runs from a command button. The send object line is:
Code:
DoCmd.SendObject acSendReport, strSendObjectName, acFormatPDF, strEmailAddTo, , strEmailAddFrom, _
strSubject, strBody
And the strings are just all test values, but contain genuine e-mail addresses etc. But as soon as this runs, Access goes into 'Not Responding' state and then boom, down she goes!
Am I missing something?
Emilio
Last edited: