Help
Gordon_Peery
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Sep 17, 2017
‎Oct 20, 2023

User Statistics

  • 10 Posts
  • 0 Solutions
  • 1 Kudos given
  • 6 Kudos received

User Activity

I have an employee time log database where each employee signs in with a timestamp date field (they can adjust it if they need to). Then they log out, and an additional field calculates their hours: DATETIME_DIFF({Time out}, {Time in}, ‘minutes’)/60 ...
I am looking for the correct formula for the following: [Field] Time off End - [Field] Time off Start = [Field] number of days i.e. 11/15/17 - 11/18/17 = 4 I realize the result of the calculation might be 3, since the 18th is not included, but I shou...
I have a Time Log database that I have created for a small business. Users log in, choose their name from another table, and do a “time in”, which provides the current data / time. Users are allowed to change the start time (in the event that they fo...