I currently have the following code
Data1.Recordset.Sort = ("Barcode ID DEC")
In which i want to sort all the Barcode ID records in Descending order. The barcodes have leading zero's which i think may be the problem. For example 00000055. Any suggestions?