Hi all,
So I have a field that has disparate length sizes and types.
output can look like:
Field 1
313
3
00016-F
122
00011-L
I would like to convert the field to a 5 character string and also stripping off the last letter. So the output would look like this:
00313
00003
00016
00122
00011
I feel like this would need to be some sort of IIF and Length statement. Thanks for your guys' help.