Hi there,
I have a recordset with data (yes with data !
Recordset.Sort “ColumnName” Order
I get really weird results … so I need to do some manipulation to strip out the characters to be able to sort them correctly. If I could do something like :
Recordset.Sort SubString(ColumnName,1,2) + SubString(ColumnName,4,2) “Order”
Any suggestions would be greatly welcome !!!!!!!!!
Thanks
TF