Hello
I have been given the task of sorting a in house timelogger for my department. It fails to take into account bank holidays.
can this be done programatically? i want to validate each entry as they are entered.
if this cannot be not done through a system function, i will build a table and have all relevant holidays manually entered, then i will compare each date entry to the contents of the table.
Is there a more efficient way of completing this task, so i dont have to rely on my MANAGER to input the holidays.
Thank You
I have been given the task of sorting a in house timelogger for my department. It fails to take into account bank holidays.
can this be done programatically? i want to validate each entry as they are entered.
if this cannot be not done through a system function, i will build a table and have all relevant holidays manually entered, then i will compare each date entry to the contents of the table.
Is there a more efficient way of completing this task, so i dont have to rely on my MANAGER to input the holidays.
Thank You