A
Adam
Hello all,
I have a form with a button in it which sends an email to a specified
address when pressed. I would like the message to contain the form number of
the form from which the email was sent. (i.e. - if the email is sent from
form 2, the message would say something like....blah blah form 2 blah blah
blah...). My attempt was the following:
strMsgBody = "Issue no.
![Database Reference No] blah, blah, blah"
Where table was my table holding the field 'Database Reference number which
I wanted to reference'.
My attempt, didn't work (just produced literally what I'd written)
Many thanks.
Adam
I have a form with a button in it which sends an email to a specified
address when pressed. I would like the message to contain the form number of
the form from which the email was sent. (i.e. - if the email is sent from
form 2, the message would say something like....blah blah form 2 blah blah
blah...). My attempt was the following:
strMsgBody = "Issue no.
Where table was my table holding the field 'Database Reference number which
I wanted to reference'.
My attempt, didn't work (just produced literally what I'd written)
Many thanks.
Adam