RollingMoose
Programmer
We have concatenated a large number of fields and records, about 350 and 700,000 respectively. What we ended up with is a field that contains data such as DF15ED20WS15. What we need to do is remove one of the data elements that was concatenated. For example, if we have data as shown above we want to remove all occurrences of ED20 and end up with DF15WS15. Any suggestions or advice is appreciated. Thanks.