Without this formatting i can sort smallest to largest (ideal)Code:Format (((ZSCORE/(SELECT SUM(ZSCORE) FROM [qry_ZSCORE])) * 3900), "#.00")
After this formatting i can only sort A to Z (bad)
What i really want is to format it as a "Currency" but when i did that it only allowed me to sort A to Z as well.
Please help, extreme newby.