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.
 
Back
Top