i have a simple database where i want to sum Amount of one one text box at the footer of my form textbox. Am using access as the database
Tito_3 0 Newbie Poster
Recommended Answers
Jump to PostThat's not the real problem. For VB, you could write an on change event handler that you sum it up and change the text box value as you wish. I often find folk struggling with this if they didn't complete a programming course or finish a book on programming in …
Jump to PostTypically, if you want to display multirow data from a database you use a DataGridView rather than a Textbox. I'm assuming multirow otherwise you wouldn't need to do a sum.
All 8 Replies
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Tito_3 0 Newbie Poster
rproffitt 2,701 https://5calls.org Moderator
Tito_3 0 Newbie Poster
rproffitt 2,701 https://5calls.org Moderator
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
rproffitt 2,701 https://5calls.org Moderator
Minimalist 96 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.