Hi All:
Hopefully this is an easy one for the more experienced out there. I have a field that contains a rather lenghty string. In this string I want to remove multiple "sets" of characters: "CN=", "OU=", "DC=", and so on. I tried doing a replace: Replace(fld, "CN=", ""
but I am not sure how to do more than one replace. Any ideas are greatly appreciated.
TIA!!
Hopefully this is an easy one for the more experienced out there. I have a field that contains a rather lenghty string. In this string I want to remove multiple "sets" of characters: "CN=", "OU=", "DC=", and so on. I tried doing a replace: Replace(fld, "CN=", ""
TIA!!