Question about Sum()

  • Thread starter Thread starter Hank Stalica
  • Start date Start date
H

Hank Stalica

I have a form with two text boxes. Their control sources are as follows:

TextBox1: =Sum([Amount])

TextBox2: =Sum([Tables]![tblDeposits]![Amount1])

Text Box 1 will display fine if it's the only text box. When I add Text
Box 2, I get #Error in both text boxes. If I remove TextBox1, I still
get #Error in TextBox2.

What am I doing wrong?

Thanks,

--Hank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top