I am trying to get a grand total amount from a sub form to a main form. The text box on the sub form is called "Total". I created a text box on the main form and used =Sum([Total]) to get the grand total. However, it returns #Error message.
What am I doing wrong?
What am I doing wrong?
Comment