I have a list box that gets its values from tblTrainNoQuery. The TrainNo "values" are actually text in the format 2007PAT1, 2007PAT2, ... up to say 2007PAT100. When the TrainNo's are sorted in ascending order, they are 2007PAT1, 2007PAT10,2007PAT11, ... 2007PAT2, 2007PAT20, etc. How do I sort them so they are in numerical order, i.e. 2007PAT1, 2007PAT2,... 2007PAT9, 2007PAT10,etc.?
Thanks, Brian
Thanks, Brian