On my subform of my report I am trying to force access to give numbers more than minus 1 and bold font
Is this possible?
This is the control source to the text box
=IIf([Flag]=0,[AmountSummary],"(" & Format([AmountSummary],'$#,##0.00;$#,##0.00') & ")")
Thanks for any help................Bob