I am trying to use the SQL substring function. Access doesn't recognize it at all, and I can't get it to work in my vb code either. I need to retrieve the part of a field that comes after the last space. I've tried everything I have found and am obviously not doing it right. What would the syntax be?
I've tried SUBSTRING(StreetTest.ST_NAME, 0, CHARINDEX(' ')), and many variations of this, but I'm getting nowhere...
Help please?
I've tried SUBSTRING(StreetTest.ST_NAME, 0, CHARINDEX(' ')), and many variations of this, but I'm getting nowhere...
Help please?