A
Anand Vaidya
I have a table tblLeaves_Available with fields
FK_Emp_Id
Total_Leaves
I want to add one leave to each of the employee every month
automatically.How can I do this?Suppose an employee has 3 leaves available
(Total_Leaves)this month,it should increment by 1 the next month
automatically.
FK_Emp_Id
Total_Leaves
I want to add one leave to each of the employee every month
automatically.How can I do this?Suppose an employee has 3 leaves available
(Total_Leaves)this month,it should increment by 1 the next month
automatically.