I’m having a problem sending some data to the body of an Outlook message.
I currently have a form (F_Shortages) that when I click button it opens and displays an email with all information associated with the shortage (see attachement). I have this setup working perfectly, but what I also need to include is data from the subform (FS_PO). Being a novice user of VB, I’m not able to accomplish this on my own. I’ve tried to do this with setting up a recordset and SQL, but I keep getting errors (my own ignorance). Can someone please help?
Please also note that I want this imbedded into the email message. This is the reason why I didn’t use SendObject.
Thanks in advance,
Drew