Hi,
as you might have seen I had a similar problem.
I solved it by using DoCmd.SendObject in the code behind the 'submit' button:
DoCmd.SendObject acSendForm, "frmNewOrder", acFormatRTF, "emailadres", , , "Definition", Message, False
You will have to use something different than acSendForm, but I'm not sure what
dj