I
ifoundgoldbug
Greetings once again
I am trying to automate our Preventative maintence program. My boss
requested that the PM's for the week be automatically e-mailed to him
every monday. so I need to store a date for reference the first record
of field Email sent. to reference against Date().
I was thinking of doing a check like
<pseudo code>
if (Date() - LastEmail) >6 OR date() = VbMonday then
send e-mail
LastEmail = Date()
End if
</pseudo code>
as always your help is appreciated
I am trying to automate our Preventative maintence program. My boss
requested that the PM's for the week be automatically e-mailed to him
every monday. so I need to store a date for reference the first record
of field Email sent. to reference against Date().
I was thinking of doing a check like
<pseudo code>
if (Date() - LastEmail) >6 OR date() = VbMonday then
send e-mail
LastEmail = Date()
End if
</pseudo code>
as always your help is appreciated