I need to sort a string, actually several thousand strings, and my head aches and I can't remember if there is a built in function to do this. (Access 2003)
I have a string, say, "BDCA" and I want to return "ABCD"
Is there a built in function for this, or do I have to remember my school lessons of ages ago and write some bubble sort function to do this?
I have a string, say, "BDCA" and I want to return "ABCD"
Is there a built in function for this, or do I have to remember my school lessons of ages ago and write some bubble sort function to do this?
Comment