Library codes usually consist of alternating<br>text and number fields dispalyed as a single<br>string. For example AB123.4df56GH99.<br>Problem is the numbers which have to be sorted numerically and then recombined as text.<br> I have a VB code routine which splits<br>the string into text and numeric fields, plugs them into an Access table which sorts them, and then recombines into a string. There must be a better way.