J
Janet
I have created a template in Outlook 97. One of the
fields is "Sent" another is a user define field
called "Due". I want "Due" to be equal to "Sent plus 2
days but I am having no luck getting this.
Here are some things I have tried.
On the Value tab in properties, I have tried setting the
inital value with "DateAdd(2,"dd ",now())" (also tried the
same using "sent" as the last variable.
I have tried setting the value when the e-mail is sent with
Function Item_Send()
txtDue=Now() + 2
End Function
The purpose of this "Due" field is so that if the receiver
hasn't responded to the inital e-mail within the two days,
they will be prompted. Maybe there is a better way of
doing this?
Sorry, new to trying to work in outlook and not having
much luck. Would appriciate any help you can give me.
fields is "Sent" another is a user define field
called "Due". I want "Due" to be equal to "Sent plus 2
days but I am having no luck getting this.
Here are some things I have tried.
On the Value tab in properties, I have tried setting the
inital value with "DateAdd(2,"dd ",now())" (also tried the
same using "sent" as the last variable.
I have tried setting the value when the e-mail is sent with
Function Item_Send()
txtDue=Now() + 2
End Function
The purpose of this "Due" field is so that if the receiver
hasn't responded to the inital e-mail within the two days,
they will be prompted. Maybe there is a better way of
doing this?
Sorry, new to trying to work in outlook and not having
much luck. Would appriciate any help you can give me.