CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: creid145

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    10,652

    Re: calculating commission in VB

    Thanks DataMiser,
    I actually understood what you were suggesting and was able to use the code to finish the project.

    Sorry it took me so long to get back here to rate your post and say think you.
  2. Replies
    6
    Views
    10,652

    Re: calculating commission in VB

    I tried that but there are 3 different levels of commissions depending on the amount of sales made. The commission structure is:
    = < 100000 is 2%
    >100000 but < 400000 is 2000 + 5% of everything...
  3. Replies
    6
    Views
    10,652

    Re: calculating commission in VB

    I am brand new to VB and I am also working on a commission project. I was going to use the if/else/else/then as mentioned above but could not figure out exactly where to place it in the code. I want...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured