Max Wanadoo
max.wanadoo at gmail.com
Tue Feb 16 10:12:36 CST 2010
Hi, I am trying to get varying values in a LIST Box and have them right justified. This won't do the trick... strTotal = Format(Nz(rst!AcBalance, 0), "##,##0.00") strTotal = Space(12 - Len(strTotal)) + strTotal Varying values give varying spacing. Any suggestions? Thanks Max