Re: date in subjectline for automated email
- From: pietlinden@xxxxxxxxxxx
- Date: 15 Sep 2006 08:53:23 -0700
Parasyke wrote:
I'm needing to place today's date in the subject line of an email using
the following example:
DoCmd.SendObject acSendReport, "This Is My Subject Line", acFormatRTF,
_
Can anyone show me how to place the date so that it reads: This Is My
Subject Line - 09/15/2006 (?)
Thanks in advance!
"Some subject - " & format(date,"mm/dd/yyyy")
read up on Format in Help. (if you're like MLH, it's carefully hidden
under the F1 key)
.
- References:
- date in subjectline for automated email
- From: Parasyke
- date in subjectline for automated email
- Prev by Date: O.T. I deleted everything in c:\ ... Content.IE5
- Next by Date: Re: O.T. I deleted everything in c:\ ... Content.IE5
- Previous by thread: date in subjectline for automated email
- Next by thread: O.T. I deleted everything in c:\ ... Content.IE5
- Index(es):
Relevant Pages
|