Using Subtraction in a report

vnfoster

Registered User.
Local time
Today, 13:40
Joined
Sep 16, 2009
Messages
30
Any help or guidance on where to look would be great.

On my report I have a calculated field for a monthly total cost that reads sum=([total cost]) what I would like to do is subtract this from a field in my table called "amount funded".

Thank you for your time
 
The summed field has a name e.g. SumName; the record source of the "amount funded" should be "=[amount funded] - [SumName]" without the quotation marks.

As a matter of good practice, do not ever have blank spaces in control or field names as it causes a world of grief in building SQL strings and VBA code.
 

Users who are viewing this thread

Back
Top Bottom