$123,456 displayed as $ 123,456?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to have the value right justified but the dollar sign left
justified in a report field?

-Adam
 
Adam said:
Is it possible to have the value right justified but the dollar sign
left justified in a report field?

-Adam

Put the dollar sign in a label to the left of your TextBox. Right justify
the label so the $ is right up against the TextBox.
 
Adam said:
Is it possible to have the value right justified but the dollar sign left
justified in a report field?


You can use the * formatting code in a custom format to do
that. Maybe this is all you need:
$* 0.00
Note the space after the *
 

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

Back
Top