Search results

  1. B

    #Error with Function in query

    Hi All, I made a function to calculate the difference in hours between two times. Function TimeDiff(Time1 As String, Time2 As String) As Double 'This function is used to calculate the difference in hours between two times. 'It is capable of handling a finish time that is after midnight...
  2. B

    Time and Attendance Coding database

    Hi All, I am setting up a database to help me prepare codes for employees timesheets in order to upload them into our payroll software. The table structure below is just my preliminary thoughts and current ideas and I guess I'm looking for ideas on how to work with my codes. EMPLOYEE TABLE...
Top Bottom