SendMessage Module

  • Thread starter Thread starter Guest
  • Start date Start date
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]
 
stSubject = "RMA#: " & Forms![2005 Form]!RMA

new line can be use char(13)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top