M
Michael Dane
I have 3 fields on a form, (DateEntered), (DateComplaintClosed) and
(DaysToCompeteComplaint).
What I want to have happen is once a date is entered into
(DateComplaintClosed) field, I want the result of (DateEntered) and
(DateComplaintClosed) to populate the field (DaysToCompleteComplaint).
I can get it to display this calculation by putting
=DateDiff("d",[DateEntered],[DateComplaintClosed]) in the control source of
the DaysToCompleteComplaint but I need this value stored in the underlying
table in the DaysToCompleteComplaint field also. The results are to be used
in other calculations as to avg. complaint completion times, total complaint
times etc.
(DaysToCompeteComplaint).
What I want to have happen is once a date is entered into
(DateComplaintClosed) field, I want the result of (DateEntered) and
(DateComplaintClosed) to populate the field (DaysToCompleteComplaint).
I can get it to display this calculation by putting
=DateDiff("d",[DateEntered],[DateComplaintClosed]) in the control source of
the DaysToCompleteComplaint but I need this value stored in the underlying
table in the DaysToCompleteComplaint field also. The results are to be used
in other calculations as to avg. complaint completion times, total complaint
times etc.