I know how to use the Left, Right and Mid functions to select parts of a field by their position in the field eg. mid([field],2,3)
Is there a way to do the same thing if the field contains a delimiter? For example, if my field value is 23.639.rf2 how can I have the system return everything to the left of the period or everything between the periods? The length of each "section" of the string can differ so I need to use the delimiter and not a constant position number.
Thanks
Is there a way to do the same thing if the field contains a delimiter? For example, if my field value is 23.639.rf2 how can I have the system return everything to the left of the period or everything between the periods? The length of each "section" of the string can differ so I need to use the delimiter and not a constant position number.
Thanks