Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding from the same textbox

Status
Not open for further replies.

hongbin81

Technical User
Jul 4, 2003
61
0
0
KR
I have a textbox named txtRate. For every record, I have different values in the txtRate. How do I summed them altogether into a different textbox, lets say txtTotal.?
 
I assume you mean each record has a single value in this textbox, and that you want to sum the field entries for the entire table.

In that case, a DSum function would probably be the easiest choice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top