I have a form that I want to display the running total of two seperate fields from my table and have them displayed in the footer. One is Investment field and the other is Worth field.
I created an unbound text box and placed the following code.
=Sum(CollectionTable1!Investment)
but all I am getting is an #error in the field. Everything that I have been looking at says that should work but I must be doing something wrong?
Any Ideas?
I created an unbound text box and placed the following code.
=Sum(CollectionTable1!Investment)
but all I am getting is an #error in the field. Everything that I have been looking at says that should work but I must be doing something wrong?
Any Ideas?