I am having trouble creating a VBA that will update a calculation in a specific field when a form opens. The form is called "Test" and basically I am trying to calculate a field TAT from Due_Date - Result_Date. The calculation works great as long as the user updates within access, a function (WorkDays is used), the problem is since the db is linked to sharepoint when the Result_Date is entered there, access only updates with the new value. It doesn't calculate TAT eventhough all the needed values are there. So if upon opening the form if it was updated that may solve the problem. Thank you.
Example, Due_Date = 10/2/2014 and Result_Date = 10/6/2014, TAT = 3 (weekends and holidays excluded by the function). Thanks .
Example, Due_Date = 10/2/2014 and Result_Date = 10/6/2014, TAT = 3 (weekends and holidays excluded by the function). Thanks .