I have a field in the report that finds the sum of some numbers in a table -
=DSum("[InvoiceAmount]","invoices-new","[AACETaskID] = [Text39] ")
It works fine. Then I subtract it from the main amount to get the balance -
=[FundingLevel]-[Text35]
Now I Would Like To Check And Make The Numbers Red If The Balance Is Negative. How Do I Do That?
Do I Write Code In tHe open Event?
THANKS!
=DSum("[InvoiceAmount]","invoices-new","[AACETaskID] = [Text39] ")
It works fine. Then I subtract it from the main amount to get the balance -
=[FundingLevel]-[Text35]
Now I Would Like To Check And Make The Numbers Red If The Balance Is Negative. How Do I Do That?
Do I Write Code In tHe open Event?
THANKS!