MikeCitizens
Technical User
Hello,
I have a large text field that hold three major peices of information.
Here is an example of what is in this field:
Source Reference: 040303004902 Customer Name: Michael Technologies Inc Debit Account: 3305052327
Now I know how to pull out the reference number and the account number from this using the left and right strings
Now normally i would know how to pull out the customer name also, however it is never the same number of characters
Is there any way to strip off the first 45 chacraters of a field and the last 25 characters leaving the rest?
Mike
I have a large text field that hold three major peices of information.
Here is an example of what is in this field:
Source Reference: 040303004902 Customer Name: Michael Technologies Inc Debit Account: 3305052327
Now I know how to pull out the reference number and the account number from this using the left and right strings
Now normally i would know how to pull out the customer name also, however it is never the same number of characters
Is there any way to strip off the first 45 chacraters of a field and the last 25 characters leaving the rest?
Mike