How can I get this excel formula to work in access I know that the field name replaces the cell reference?
Example: Clock In Clock Out = Total Time Worked
Example: Clock In Clock Out = Total Time Worked
Code:
=IF((OR(H9="",G9="")),0,IF((H9<G9),((H9-G9)*24)+24,(H9-G9)*24))
Comment