Email Subject when sending a report

  • Thread starter Thread starter weircolin
  • Start date Start date
W

weircolin

Hi

I have a form with an email button that sends the current record. Is
there anyway that I can get the email window when it opens up to have
the word "Referral" in the Subject line?

Thanks

Colin
 
Hi

I have a form with an email button that sends the current record. Is
there anyway that I can get the email window when it opens up to have
the word "Referral" in the Subject line?

Presumably you are using the SendObject() function? It has an argument for
the Subject. Just put "Referral" in that argument.
 
Thanks.

Hadn't realised it was as simple! Still learning VBA.

Thanks again

Colin
 

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