Hey, so I have 2 tables, One for attendance which takes the attendance of an employee in accordance to date & time and another for Attendance Sum which is the total number of days the employee was present in a month. So, I want that whenever someone makes a new record for the attendance of the employee, the value of Attendance Sum gets increased by 1 for the specific month where the employee was present. Both are different tables linked with the Employee ID. Is this possible? If yes, then how?