We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,601 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Sum Function

I have one table with content of data with a Status (Yes/No).

I want to get sum of total data where status is "yes"and put it into another table and sum of total data where status is "no" and put it into previous table in a different column to maintain stock.

Saurav

4
Contributors
7
Replies
3 Weeks
Discussion Span
4 Months Ago
Last Updated
8
Views
Sadhikary
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

Good luck with that. I hope you realize that you failed to provide enough information for anyone to help you.

deceptikon
Challenge Accepted
Administrator
3,425 posts since Jan 2012
Reputation Points: 822
Solved Threads: 473
Skill Endorsements: 56

If you are using SQL as a backend, you try the command:

Dim cmd As New Oledb.OledbCommand("INSERT INTO table2(YesCount) SELECT COUNT(*) FROM table1 WHERE table1.Status='Yes'",YourConnection)

Give this a try

Begginnerdev
Practically a Posting Shark
861 posts since Apr 2010
Reputation Points: 184
Solved Threads: 141
Skill Endorsements: 8

I want to get sum of total data where status is "yes"

What you should provide is

  1. the structure of all relevant tables
  2. perhaps a few records with an example of the before and after

This is particularly helpful if you are trying to explain the problem in a language that is likely not your native tongue.

Reverend Jim
Carpe per diem
Moderator
3,584 posts since Aug 2010
Reputation Points: 561
Solved Threads: 445
Skill Endorsements: 32

I have 2 tables one is receive and another is sale table.
Receive Table contains
Receive

Sale Table contains
Sale

Now how i can see the stock report after calulating above 2 tables, stock report format like below:

Stock

Waiting for someone's valuable reply..

Saurav

Sadhikary
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

above database is in ms access and developed in vb.net

Sadhikary
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

How is this in any way related to the original question which asked about a Yes/No status field?

Reverend Jim
Carpe per diem
Moderator
3,584 posts since Aug 2010
Reputation Points: 561
Solved Threads: 445
Skill Endorsements: 32

Actually i have an another table from which calculation can be done, thats whay i have posted by calculating TRUE and FALES status followed by the modelcode description colour in a particular datewise stock.
tables is given below:
RecVehInfo

want to see tha stock till a particular date, sumation of total true and false status followed by the modelcode description and colour minus sumation of modelcode description and colour where status is false.

Saurav

Attachments RecVehInfo.JPG 50.02KB
Sadhikary
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0813 seconds using 2.68MB