Email Subject when sending a report

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
 
R

Rick Brandt

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.
 
W

weircolin

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

Top