T
trace
On my form, I want to return only the middle part of a field.
For example, the data stored in the table looks like:
231-1234567-8
and I want to see only the piece that says "1234567".
I have figured out how to use the =Right and =Left to get only the prefix
and suffix, but can't figure out how to get the middle part. thanks.
For example, the data stored in the table looks like:
231-1234567-8
and I want to see only the piece that says "1234567".
I have figured out how to use the =Right and =Left to get only the prefix
and suffix, but can't figure out how to get the middle part. thanks.