Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
I suggest that you have two time of day fields types for input.
Then ToHours([end time]-[start time])
You may also want to do
if(not IsNull([end time]) and not IsNull([Start Time]),ToHours([end time]-[start time]),0)
Then ToHours([end time]-[start time])
You may also want to do
if(not IsNull([end time]) and not IsNull([Start Time]),ToHours([end time]-[start time]),0)