I’m a complete novice with Access so please forgive the stupid question…
I work a flexitime system where each working day my “flex account” is debited by 8hours 20min. We credit our account by either attending or being entered as on holiday etc. The next day the system reports how much we were + or – the 8 hours 20min. Due to a screw up with the time keeping system our reported overall balance is all over the place so i have cobbled together a system in Excel to track employee flex. As Excel can’t handle negative time values this means i have formulae converting between text entries, decimal time and back to text, it isn’t pretty.
My intention is to have a table with the fields:
EntryID(Autonumbering primary key), EmployeeID, TimeGained
TimeGained being entered as + or – so many hours and minutes
I would then have a report show the sum of TimeGained by EmployID.
Can Access handle negative time values or am I as well stick to Excel?