I have a table with a field that has a number (stored as text as it's used to identify items and never used in calculations) that is a total of 18 characters long. The actual number that the user sees is 8 characters long. I need to strip out the first 10 digits in this field.
Anyone know how to do this?
Initially I tried changing the field size and format, but it stripped the last 10 digits (the important ones).
Anyone know how to do this?
Initially I tried changing the field size and format, but it stripped the last 10 digits (the important ones).