I am trying to make a field in a query that is pulling a number amount from a table. Some of the number's include decimal places, some do not. I need the new format of the information to be 12 characters long, with no decimal places, however, the 2 right-most numbers of every record must represent decimal places. The number needs to be right aligned, with leading zeros. Any sugestions on how to do this?