Experts: how can I format the below as red. The Outgoing Amt is always negative and the data displaying is in data format and I do not want it in a form. I need to apply the formatting as found in Excel: $#,##0.00_);[Red]($#,##0.00) but when I replace "Currency" with $#,##0.00_);[Red]($#,##0.00) the data is not formatted that way when i view it in datasheet. This is in the query design window.
OutgoingAmt: Format(IIf([Debit / Credit Indicator]="D",[Amount]*-1,""),"Currency")
If this is the case then you need Conditional Formatting...