I have a MS Access query with a total value sum field (tlval) that returns dollar values in varying string sizes, i.e. billions, millions, thousands, etc. How can I reduce the length of the string? If the dollar value is in Billions or Thousands, I want to both round down and show these amounts in a Millions format. Examples: for $1,235,856,890, I need to show as $1236M. And $8,940 shown as $.009M. All amounts less than a thousand dollars I want to keep as-is.