G
Guest
I have a text field named “duration†it was imported from Excel and I
represents time. It looks this 0:15:14. I want to update another field
named “test†to get the value from the duration field. I used
val(right(duration,2)) for starters and I get a “0†in the test field. I ran
isnumeric(duration) and get “0†. Is there another way I should be doing
this??
Thanks
Wm
represents time. It looks this 0:15:14. I want to update another field
named “test†to get the value from the duration field. I used
val(right(duration,2)) for starters and I get a “0†in the test field. I ran
isnumeric(duration) and get “0†. Is there another way I should be doing
this??
Thanks
Wm