This should be fairly straitforward, but I'm having trouble figuring out why it's goofing up.
I have the report stemming from a very simple query.
It's getting two tables and there are no criteria.
All I'm looking to do is put a Sum in the report's footer, so I have the text box's control source as this :
For some reason the Sum is way more than what it should be.
The field [Amount] shows up in each of the detail's header sections.
Any ideas?
I have the report stemming from a very simple query.
It's getting two tables and there are no criteria.
All I'm looking to do is put a Sum in the report's footer, so I have the text box's control source as this :
Code:
=Sum([Amount])
The field [Amount] shows up in each of the detail's header sections.
Any ideas?