G
Guest
I'm using the SendMessage module to send emails from Access using Outlook.
How do I modify these lines to be able to add text along with the current
form control? I want to be able to add text before these form controls. For
example the subject line would read "RMA#:" Forms![2005 Form]!RMA
stSubject = Forms![2005 Form]!RMA
stText = Forms![2005 Form]![Date Disposition Made]
How do I modify these lines to be able to add text along with the current
form control? I want to be able to add text before these form controls. For
example the subject line would read "RMA#:" Forms![2005 Form]!RMA
stSubject = Forms![2005 Form]!RMA
stText = Forms![2005 Form]![Date Disposition Made]