G Guest Sep 26, 2006 #1 Is it possible to have the value right justified but the dollar sign left justified in a report field? -Adam
Is it possible to have the value right justified but the dollar sign left justified in a report field? -Adam
R Rick Brandt Sep 26, 2006 #2 Adam said: Is it possible to have the value right justified but the dollar sign left justified in a report field? -Adam Click to expand... 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? -Adam Click to expand... 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.
M Marshall Barton Sep 26, 2006 #3 Adam said: Is it possible to have the value right justified but the dollar sign left justified in a report field? Click to expand... 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 *
Adam said: Is it possible to have the value right justified but the dollar sign left justified in a report field? Click to expand... 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 *