D
Dale Fye
When you need everything to the right of a certain character, you can use the
Mid function. In your case, you would use Mid([fieldName], 7).
You can also use this to capture a fixed width from within a string by
adding the optional parameter on the end which tells it how many characters
to grab.
HTH
Dale
Mid function. In your case, you would use Mid([fieldName], 7).
You can also use this to capture a fixed width from within a string by
adding the optional parameter on the end which tells it how many characters
to grab.
HTH
Dale