I have a query which sums a yes/no selection box resulting in a negative sum. I then pull this value into a report.
In the past I have been able to multiple the Sumof Field by -1 to correct the value to a positive integer within the field properties in the report. However, my mental block has been preventing me from getting this correct, so I need some insight. Running Office 2007.
I have tried:
=(-(Sumof Field))
=(-[Sumof Field])
=-Sumof Field
=Sumof Field *-1
=([query]![Sumof Field])*-1
Any insight would be appreciated. This should not be this hard.
In the past I have been able to multiple the Sumof Field by -1 to correct the value to a positive integer within the field properties in the report. However, my mental block has been preventing me from getting this correct, so I need some insight. Running Office 2007.
I have tried:
=(-(Sumof Field))
=(-[Sumof Field])
=-Sumof Field
=Sumof Field *-1
=([query]![Sumof Field])*-1
Any insight would be appreciated. This should not be this hard.