G
Guest
I've been using the Mid function to return part of a value. I use it to return a value from position 5-8 in the account number. I use Mid([Account],5,3) to return 100 for the following value 575010012. Mid is not a numberic function correct and that is why I get an error when I try sorting on it. If this is correct how can I sort on it