Hi
I need to split alphanumeric field ( such as 567E, 567S) into 567 and E separately. But 567 should be text type. It had relationship with another table with the connected filed is of text type.
I used val(Field) which gives numeric separately (567 with number data type). When I link this another table where 567 field is defined as text, which I cannot modify, getting error message "Data Type mismatch"
Appreciate if somebody helps on this
Thanks