sum([Field])

  • Thread starter Thread starter Felix
  • Start date Start date
F

Felix

i have a txtBox its control source is sum([FieldName]) in
a subForm, it works fine with first few records (less than
10) after that the #Name? display! can't figure out please
help
 
Sorry the completed syntax is =sum(FieldName) and it doesn't work
Seek for help....
 
The text box name shouldn't be the same with the Field
Name. For example, if you have a text box called Quantity
and the value is =sum(Quantity), you'll get that error.

Elda
 

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