I am working with a report to be used to display my organizations quarterly financials. We need to use the following custom number format, #,##0;(#,##0);-
The problem is that because negative numbers are in parentheses, they no longer line up with the positive numbers down the column. I have tried placing extra spaces behind the positive number format, but Access just ignores them. In Excel you can place the underscore character at the end of the format to force the numbers over, but that also doesn’t seem to work in Access.
Does anyone know a way to make the positive and negative numbers align on the digits even when the negatives are in parentheses?
TIA!