i am recreating an existing Excel spreadsheet report into Access. Everything is perfect except for one thing. i have 3 places that are colored white, bluish gray, and a darker bluish gray (neither of them are standard pull-down colors). i need these three areas to be formatted like the rest, which includes red text when the number is negative.
The rest of the report (all white background) accomplishes the red text through conditional formatting (if there's a way to set it as "Accounting" in some other way, i don't know how as that doesn't seem to be an available setting for the fields).
So far i can only figure out how to make the totals section background color correctly but with black text even with negative values, or make the background white and the text colored red for negatives and black for positives. i was thinking of VBA on Form_Load() but I'm at a loss for code. Any suggestions?
The rest of the report (all white background) accomplishes the red text through conditional formatting (if there's a way to set it as "Accounting" in some other way, i don't know how as that doesn't seem to be an available setting for the fields).
So far i can only figure out how to make the totals section background color correctly but with black text even with negative values, or make the background white and the text colored red for negatives and black for positives. i was thinking of VBA on Form_Load() but I'm at a loss for code. Any suggestions?