Hello,
im trying to create a check for a bunch of time blocks for staff ID
Staff Start End Total Time
1111 8:30 9:30 0:30 "Under 1 hour"
1111 10:00 10:30 0:30 "OK"
1111 10:30 11:00 0:30 "OK"
1111 12:00 13:00 1:00 "OK"
If staff work a block less than an hour they will be paid remaining time
staff work with clients in that time - some clients have a couple service back to back such as row 2 & 3
i want to create a check where if time is less than 1 hour it will alert me
but ignore records that have a connecting time
I'm guessing i will just need a complex IF statement
Thank you for an help
im trying to create a check for a bunch of time blocks for staff ID
Staff Start End Total Time
1111 8:30 9:30 0:30 "Under 1 hour"
1111 10:00 10:30 0:30 "OK"
1111 10:30 11:00 0:30 "OK"
1111 12:00 13:00 1:00 "OK"
If staff work a block less than an hour they will be paid remaining time
staff work with clients in that time - some clients have a couple service back to back such as row 2 & 3
i want to create a check where if time is less than 1 hour it will alert me
but ignore records that have a connecting time
I'm guessing i will just need a complex IF statement
Thank you for an help