Sweeet. That looks more efficient than my big ole IIF statement.
The only drawback is that is seems to cut off a PERIOD at the end of my text (if there was a period). It is okay in this case, the final period is not crutial data.
Can you explain to me the Second Set of "..." in the InStr...
Hey that worked! Thanks!
Unfortunately, not all records have the "..." in that field, so I was getting #ERROR when it did not...
So, I combined your code with a big IIF, checked to see if the InStr was returning Pos 0, blah blah, bada-bing - now it all works.
Here is my final code...
I have data coming in a field as text. In some records, there is very specific text "..." and then more word text after it. (the QUOTES "" are not part of the text, just the ...)
I want to keep and report the beginning text in the field and I want to cut off the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.