I am using access for gathering football statistics during a live game. I have a form that will show simple cumulative statistics as the game progresses.
I want a text box to show the sum of rushing yards for eah play. In the controlsource box of the text box properties I used the following expression
= Sum ( [tblOffense]![Rushing Yards] )
that I made in the expressions builder. However, when I input some statistics, I get the "#Error" error in the text box.
Any ideas?
I want a text box to show the sum of rushing yards for eah play. In the controlsource box of the text box properties I used the following expression
= Sum ( [tblOffense]![Rushing Yards] )
that I made in the expressions builder. However, when I input some statistics, I get the "#Error" error in the text box.
Any ideas?