Dear All,
I have 3 tables called Input, Daily Production, Preventive Maintenance.
In INPUT TABLE FIELDS ARE MENTIONED BELOW:
IP_PRTNUMBER - PART NUMBER,
IP_PRTNAME - PART NAME,
IP_CAVITY - CAVITY,
IP_CYCTM - CYCLE TIME,
IP_QTY - QUANTITY,
IP_PLAN_DTFM - PLAN DATE FROM,
IP_PLAN_DTTO - PLAN DATE TO,
IP_PLAN_MNTH - PLAN MONTH,
IP_MCNUM - MACHINE NUMBER
Here I want to know if I entered the PLAN DATE FROM field I need to get PLAN DATE TO (date) automatically. So how to give the formula and where do I need to give that?
The formula is mentioned below
=((([IP_QTY]/(79200/[IP_CYCTM])*[IP_CAVITY]))+[IP_PLAN_DTFM])
Please help me in this regard.
Thanks in Advance
Regards
Lokesh Kamath