Negative Numbers

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

Guest

Is there a way to format negative numbers to be displayed as (##) instead of
-##? Do I need to set the format in VB or can I easily set it in the column
format menu box?

Thanks,
Matt
 
You can set a custom format for the field.

For numeric fields, you have the option of specifying up to 4 separate
formats, using semicolons (;) as the list separator. Each section contains
the format specification for a different type of number.

First The format for positive numbers.
Second The format for negative numbers.
Third The format for zero values.
Fourth The format for Null values.

In your case, you'd want something like #;(#) as the format.
 

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