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
 
Top