Email from Access App crashes

L

LH

On A command button click event I'm sending an email with
the following cstatement:

DoCmd.SendObject acSendNoObject, , , emailAdd, , , subj,
messageStr, 0

On some of the users PC's it crashes occasionally. Is
this typical or are there workarounds to prevent Access
from crashing?
 
Top