DAX 2009.
In our records of suppliers, leadtime everyone has registered, which is the average of days it takes to deliver a commodity.
Purchase orders, there is a field called "Date of Delivery", however, this field shows the current date automatically, as it is creating the purchase order.
I would like this field was populated with the date estimated by leadtime, therefore, the current date plus the leadtime.
Is there any way to accomplish this by editing the form, some method or something?
When creating a purchase order, and determine which vendor it is, I would like to fill the field Delivery Date + / - like this: PurchTable.DeliveryDate =Today + VendTable.Leadtime.
Thank you all!
ps: sorry for bad english.