View Full Version : Regional Settings for negatives in Report


FuzMic
05-10-2007, 09:20 PM
Hi everybody

I set up in the Control Panel>Regional setting using brackets for negatives eg (48.60) in place of -48.60.

The issue is: In the Access reports' fields set to format (Standard, 2 decimal place) still show as -48.60. How???

:eek:

Rich
05-10-2007, 11:54 PM
Use the Format property of the control
i.e. £#,##0.00[Green];(£#,##0.00)[Red]

FuzMic
05-20-2007, 08:38 PM
I was mislead into Regional option because of Ms' help suggestion esle i would have tried the properties route.. Anyway sincere Thanks:)