wvandenberg
Technical User
Hi all,
I have a report displaying data with up to 6 decimal places. The values can be either positive or negative. I would like to display all the negative values with a "<" sign rather than a "-" sign. Here is a sample of the unformatted data
Here is a sample of how I would like the formatted data to look
In excel, I use the number format General;<General to achieve this format but I have not been able to get anything to work in my Access report. I tried #;<# but then I lose the decimal places.
Any ideas or suggestions on how to get this format are greatly appreciated.
Wendy
I have a report displaying data with up to 6 decimal places. The values can be either positive or negative. I would like to display all the negative values with a "<" sign rather than a "-" sign. Here is a sample of the unformatted data
Code:
-0.00005
-0.0001
-5
97
-0.0004
8.2
14
-200
36.2
2
Here is a sample of how I would like the formatted data to look
Code:
<0.00005
<0.0001
<5
97
<0.0004
8.2
14
<200
36.2
2
In excel, I use the number format General;<General to achieve this format but I have not been able to get anything to work in my Access report. I tried #;<# but then I lose the decimal places.
Any ideas or suggestions on how to get this format are greatly appreciated.
Wendy