Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Calculated column per day of day

Calculated column per day of day

Scheduled Pinned Locked Moved Visual Studio
helpquestiondatabaselearning
3 Posts 2 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_14192216
    wrote on last edited by
    #1

    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

    L 1 Reply Last reply
    0
    • M Member_14192216

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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.

      M 1 Reply Last reply
      0
      • L Lost User

        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.

        M Offline
        M Offline
        Member_14192216
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups