Hi all,
i have a one-to-many relationship ( tblemployee and tblvacations) an employee can take many vacations and for each vacation there is the following data ( starting date, extended date, leave reason, paid? , rejoining date ....)
what i need is the following:
when I open the main employees form, I want to check the latest leave record for that employee, and if the re-joining date is not filled then a field will show "Employee currently on leave" or else it will show the latest rejoining date for that employee..
i have a one-to-many relationship ( tblemployee and tblvacations) an employee can take many vacations and for each vacation there is the following data ( starting date, extended date, leave reason, paid? , rejoining date ....)
what i need is the following:
when I open the main employees form, I want to check the latest leave record for that employee, and if the re-joining date is not filled then a field will show "Employee currently on leave" or else it will show the latest rejoining date for that employee..