B
Bob
Hi Everybody
I am using the following code to produce a mail item with an
Access2000 report attached.
Is there any way to specify
1. Wrap at 132
2. Make a larger Email than the usual minimum size thing that pops up.
3. Plain Text only
Dim stDocName As String
stDocName = "rptInvoice"
DoCmd.SendObject acReport, stDocName, acFormatRTF, _
Forms![frmCustomerWriteInvoice]![txtCustomerPrimaryEmail], _
Forms![frmCustomerWriteInvoice]![txtCC], _
Forms![frmCustomerWriteInvoice]![txtBCC], _
Forms![frmCustomerWriteInvoice]![txtSubject], _
Forms![frmCustomerWriteInvoice]![MemoInvoiceNotes]
Thanks in advance
Smiley Bob
I am using the following code to produce a mail item with an
Access2000 report attached.
Is there any way to specify
1. Wrap at 132
2. Make a larger Email than the usual minimum size thing that pops up.
3. Plain Text only
Dim stDocName As String
stDocName = "rptInvoice"
DoCmd.SendObject acReport, stDocName, acFormatRTF, _
Forms![frmCustomerWriteInvoice]![txtCustomerPrimaryEmail], _
Forms![frmCustomerWriteInvoice]![txtCC], _
Forms![frmCustomerWriteInvoice]![txtBCC], _
Forms![frmCustomerWriteInvoice]![txtSubject], _
Forms![frmCustomerWriteInvoice]![MemoInvoiceNotes]
Thanks in advance
Smiley Bob