ianvanniekerk
Technical User
The enter time is read into a textbox eg 09:24 & when the client leaves the workshop, the time is read in again, or could be automatically be put in another textbox with the NOW function (also in a short time eg 09:55). What i need is the time difference in another textbox, something like 00:31. What i could achieve was to convert the 'enter time' as well as the 'time left' to seconds, subtracting the two in another textbox, then breaking the answer down to hours(answer in seconds /3600 & rounding it down to the smaller number) then take the remainder & working out the minutes & i now have the hours in 1 textbox & the minutes in another. could these be joined into 1 textbox & tell Access that this now is seen as time? can't you simply tell Access that time left - time in = difference in time