I just ran into a problem today and I'm stumped on what to do as a fix.
I have about 400 records in a lone table where I have start and end work times for employees displaying in the hhmm format (for example: 1555 as start time and 2135 as the end).
I need to now calculate the difference between those times and update them into a new field in the table.
The fields are currently in as text fields in the database (they were originally just meant for display for the department). I can safely convert the fields to number fields, but not to date/time fields.
Does anyone have any ideas or solutions on how to calcualte the differences between the two times when they're displayed as hhmm?
I appreciate any assistance. Thanks!
I have about 400 records in a lone table where I have start and end work times for employees displaying in the hhmm format (for example: 1555 as start time and 2135 as the end).
I need to now calculate the difference between those times and update them into a new field in the table.
The fields are currently in as text fields in the database (they were originally just meant for display for the department). I can safely convert the fields to number fields, but not to date/time fields.
Does anyone have any ideas or solutions on how to calcualte the differences between the two times when they're displayed as hhmm?
I appreciate any assistance. Thanks!