Hi,
Creating a calculated field is a piece of cake. In your Total textbox set your control source to the following:
=SUM([MoneyIn])
That will provide you with the sum of the MoneyIn field for every record in your data source. You're not limited to single fields, things like this are also...