please help me regarding this block of code... i have a table that has these fields (cCLID,cCLID,nLID) nLID is a numeric, but when I sort it the result show this sequence (1,10,2,3,4,5...) but i want to sort it this way (1,2,3,4,5...10)
sDataSet.Tables(tmp(0).Name).Select("cCLID='" & _cCLID.Text_Value & "'", "Convert(Numberic(18,0),nLID) ASC")