Of the 2 lines below, the 2nd result will always be a smaller No; than the first.
It ( 2nd Line ) is presently aligned left. I have tried RTrim in every postion and can still not get it to align to the right. Any thoughts. Thanks in Advance.

Printer.Print FormatCurrency(rs2.Fields("SubTotal"))
Printer.Print FormatCurrency(rs2.Fields(RTrim("SubTotal")) * 0.125)