Shipment date on order form

Hi All,

HOw do i make the “shipment date” on the order form equal to 4weeks of the “order date”. for example if the order date is 17/06/10 then the shipment date must be 17/07/10 (making it four weeks from the order date)

Thanks

With the CALCDATE Function

“Shipment Date” := CALCDATE(’<+4W>’,“Order Date”). The <> is used to make the formula language independent.

thank you very much works perfectly :):slight_smile:

Hi,

I am sorry,but how to use the CALCDATE Function