I 
		
								
				
				
			
		iamnu
Control Source: =Format([Forms]![MedicalForm]![frmMSsubform].[Form].
[txtAcctTotal],"Currency")
Format: $#,##0.00;($#,##0.00)[Red]
I have also tried the following Control Source:
=Format([Forms]![MedicalForm]![frmMSsubform].[Form].
[txtAcctTotal],"$#,##0.00;($#,##0.00)[Red]")
In both cases, the Color is NOT Red when the value is negative.
Can someone explain why?
				
			[txtAcctTotal],"Currency")
Format: $#,##0.00;($#,##0.00)[Red]
I have also tried the following Control Source:
=Format([Forms]![MedicalForm]![frmMSsubform].[Form].
[txtAcctTotal],"$#,##0.00;($#,##0.00)[Red]")
In both cases, the Color is NOT Red when the value is negative.
Can someone explain why?