Hi all,
New to this forum but i am looking at a way to uncombine strings.
I have this
[function_] & "-" & [TAG_] as [Tag]
I would like a process where it takes [TAG] and turns it into [function_] [Tag_]
The [Tag] will always be 2 digits for [function_]. Is there a way to write it where you...