Hi
I have two date fields on an Outlook custom form.
One is completed when the Order has been taken (orderDate)
and the other is a (deliveryDate) field which I am trying to have an automatic value of 2 days after the (orderDate)
completed as soon as the (orderDate) field is completed.
In Outlook's properties for the (deliveryDate) field I am trying to set an initial value with the following code...
DateAdd("h",48,orderDate)
But it doesn't seem to work..
Any ideas?
Regards
Andy
I have two date fields on an Outlook custom form.
One is completed when the Order has been taken (orderDate)
and the other is a (deliveryDate) field which I am trying to have an automatic value of 2 days after the (orderDate)
completed as soon as the (orderDate) field is completed.
In Outlook's properties for the (deliveryDate) field I am trying to set an initial value with the following code...
DateAdd("h",48,orderDate)
But it doesn't seem to work..
Any ideas?
Regards
Andy