format number in query

M

Michael

I formatted some numbers in a queary using format(exression,"#,###")
provide comma separators. problem is now all the numbers align to the
left and I want them to align right. Any ideas?
 
J

Jerry Whittle

If you format a number, it then becomes a string. That's why the are aligning
left. You can specify the alignment of text field in reports and forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top