i have some coding in my form as follows:
what this does is send one of my forms as an attachment in my email form. what i would like to doe is have this form (which is in continuous format) send as the body, rather than an attachment.
Code:
DoCmd.SendObject objecttype:=acSendForm, _
ObjectName:=strDocName, outputformat:=acFormatHTML