Form input to be Negative

  • Thread starter Thread starter rciolkosz
  • Start date Start date
R

rciolkosz

Any help on how to make the form input to always show negative with brackets
around it.
 
From Access 2003 Help (Press F1 with focus in the Format property, select
"Number and Currency Data Types", scroll to bottom of page):

Setting
0;(0);;"Null"

Description
Display positive values normally; display negative values in parentheses;
display the word "Null" if the value is Null.

If you do not want the word "Null" displayed, then use this format: 0;(0)


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
 

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