Have a table "tblData" and have a form frmDaily which in certain controls value is calculated with a Dlookup function from a tblREGMTOW when enter certain value in a control cmbRegistartion.
How can I lock (keep) the values calculated in the past in the form and do not alter even if we change the data in tblRegmtow.
i.e.
FORM
I enter a value in cmbRegistration which is stored in tblDATA, control MTOW picks the value with a Dlookup function from tblREGMTOW.
several dates later MTOW in tblREGMTOW has to change
Here comes the problem all form viewed MTOW's are changed to the new value even in the past, (How can I do That without adding a field MTOW int tblData to store the past values.
Thx
AA