Hello. Right now I have a table with the field "Time" in it, and it was set as a string. So some records have a time of 1:32 and others have a time of 5:30 etc. I want to split the field into two fields - Hours and Minutes.
I copied and pasted the entire Time field into the hour and minutes fields, so for the first record the values for Hour is 1:32 and minutes is 1:32.
For the Hour field, how can I delete everything after the colon? So that when it is done, it only shows a "1"?
Same thing for the Minute field - how can I delete everything before the colon, so that only the 32 would stay in the minute field?
I could go through and manually delete everything, but I would think there was some automated process I could use. Any suggestions?
-Chris
I copied and pasted the entire Time field into the hour and minutes fields, so for the first record the values for Hour is 1:32 and minutes is 1:32.
For the Hour field, how can I delete everything after the colon? So that when it is done, it only shows a "1"?
Same thing for the Minute field - how can I delete everything before the colon, so that only the 32 would stay in the minute field?
I could go through and manually delete everything, but I would think there was some automated process I could use. Any suggestions?
-Chris