I'm trying to extract the 6th and 7th position characters in a string. But I'm getting those characters plus the remaining characters in the field. Example, If I have 65478HTGF.
I need to just show HT.
I am using Mid(table.field,6.7) but I get HTGF as a result. Any help would be greatly appreciated. Thanks,
I need to just show HT.
I am using Mid(table.field,6.7) but I get HTGF as a result. Any help would be greatly appreciated. Thanks,