Calculated column per day of day
-
Good evening, I am a beginner in visual basic, and I would like to ask you for help. I realized an application and I'm stuck somewhere or I can not go out. Here's the problem in question my application is connected with an access database and I wanted to calculate the column by sale date, my table is named I will recover the line (totalamt) per day of day someone can help me? I would be grateful to you ... Thank you very much ... Thank you
-
Good evening, I am a beginner in visual basic, and I would like to ask you for help. I realized an application and I'm stuck somewhere or I can not go out. Here's the problem in question my application is connected with an access database and I wanted to calculate the column by sale date, my table is named I will recover the line (totalamt) per day of day someone can help me? I would be grateful to you ... Thank you very much ... Thank you
-
We are happy to help you fix code that you have written, but no one here is going to write it for you. And the same goes for your previous question.
here is my code: dim sum as integer =0 for i as integer =0 to datagridview1.rows.count-1 step +1 sum=sum+datagridview1.rows(i).cells(2).value Next Textboxsum.text=sum.ToString() with his I have the result of the line that contains the amount, but it recovers all I'm only going to get by date of the day