Another easy one I am sure:
How do I replace a character in a string? For example I have values in a field like:
12345
123-45
12-345
And I want to remove the dashes. What is the easiest way to do this in a query
How do I replace a character in a string? For example I have values in a field like:
12345
123-45
12-345
And I want to remove the dashes. What is the easiest way to do this in a query