in code you could use mid() or right() functions...
but i would also, as Dan suggested, rather do it in the query
using db's
string manipulation functions (in many dbs they have same
names - MID(),
RIGHT()... check your db's sql syntax manual). then your db
does the
work instead of cf = not wasting cf processing time.