Good day to everyone
I have a data base for managing employee’s attendance and work hours, vacation leave etc... it started a very simple application keeping records of attendance in time it complicated itself quite a bit. One major issue that I’ve been struggling around is when one of the employee changes the roster during the year (not 1st Jan) because everything messes up :banghead: i.e. a new roster has different working hours and different break hours.
Usually I have a query that joins the employee with his current roster by means of <[StaffID] and [RosterYear]> but when they change roster in mid-year I have two entries for that year! duplicating all entries. Is there a way to have the entries before the change not altered and the entries after with the updated roster data?
Thanks
I have a data base for managing employee’s attendance and work hours, vacation leave etc... it started a very simple application keeping records of attendance in time it complicated itself quite a bit. One major issue that I’ve been struggling around is when one of the employee changes the roster during the year (not 1st Jan) because everything messes up :banghead: i.e. a new roster has different working hours and different break hours.
Usually I have a query that joins the employee with his current roster by means of <[StaffID] and [RosterYear]> but when they change roster in mid-year I have two entries for that year! duplicating all entries. Is there a way to have the entries before the change not altered and the entries after with the updated roster data?
Thanks