I am trying to calculate number of day since a particular event. A user enters a date on which a an e-mail is received. Once that date has been entered, I like to automatically calculate the number of working days including holidays (which are already defined in another table).
So basically it is comparison of two dates and then calculating number of workings and displaying them on the form. (The first date is populated when an event occurs and second date is entered when an e-mail notification regarding the event is received). The default value is zero.
Any help in this regard will be greatly appreciated.
So basically it is comparison of two dates and then calculating number of workings and displaying them on the form. (The first date is populated when an event occurs and second date is entered when an e-mail notification regarding the event is received). The default value is zero.
Any help in this regard will be greatly appreciated.