Does anyone know how I could split a field in a query. I have one field that is something like this "code:567.90". I want to create another field in the same query that splits that field and only returns the value to the right of the colon (i.e. "567.90"). I have looked at the right, mid, and left functions, but can't find anything that can just return the value to the right of the delimiter ":".
Thanks Jackson
Thanks Jackson