Hi,
This seems simple but not working for me.
i have 3 tables that have relationship in between. I have created a Query out of those 3 and used that query as Recordsource to my report. And the report has all the fields that the query has.
I should show the Total of "TotalSavings" filed. So i have added a textbox to the report and in its controlsource i have entered like below
=Sum(qrySSScoreCard!TotalSavings)
But its not working. "qrySSScoreCard" is my query.
This seems simple but not working for me.
i have 3 tables that have relationship in between. I have created a Query out of those 3 and used that query as Recordsource to my report. And the report has all the fields that the query has.
I should show the Total of "TotalSavings" filed. So i have added a textbox to the report and in its controlsource i have entered like below
=Sum(qrySSScoreCard!TotalSavings)
But its not working. "qrySSScoreCard" is my query.